COLOR #EEB480

HEX: #EEB480
RGB: (238,180,128)

Renk bilgisi

#EEB480 contains mainly red and green colors. #EEB480 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#EEB480 color RGB value is (238,180,128).

  • kırmız ton 238;
  • yeşil ton 180;
  • mavi ton 128.
RGB:
(238,180,128)
(93%,71%,50%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 180 of 255 = 71%
B 128 of 255 = 50%

238
180
128

R + G + B ~ 71%. #EEB480 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 180 + 128 = 546 (100%)
R 238 of 546 ~ 43.59%
G 180 of 546 ~ 32.97%
B 128 of 546 ~ 23.44%

%43.59
%32.97
%23.44

CMYK RENK MODELİ

#EEB480 rengi CMYK tonu (0,24,46,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.37%
  • sarı tonu 46.22%
  • ana renk tonu 6.67%
CMYK:
(0,24,46,7)
C0M24Y46K7 
(0%,24%,46%,7%)
(0.00/0.24/0.46/0.07)	

CMYK yüzdeleri

%0
%24.37
%46.22
%6.67

Codes

Color #EEB480 in popluar color models

EEB480
RGB238180128
HSL28°76.39%71.76%
HSB/HSV28°46.22%93.33%
CMYK0.00%24.37%46.22%
6.67%

Color #EEB480 in popluar number systems.

HEXEEB480
Decimal238180128
Binary111011101011010010000000
Octal356264200

Shades and tints

Shades of #EEB480

#EEB480
(238,180,128)
#D9A475
(217,164,117)
#C4946A
(196,148,106)
#AF845F
(175,132,95)
#9A7454
(154,116,84)
#856449
(133,100,73)
#70543E
(112,84,62)
#5B4433
(91,68,51)
#463428
(70,52,40)
#31241D
(49,36,29)
#1C1412
(28,20,18)
#000000
(0,0,0)

Tints of #EEB480

#EEB480
(238,180,128)
#EFBA8B
(239,186,139)
#F0C096
(240,192,150)
#F1C6A1
(241,198,161)
#F2CCAC
(242,204,172)
#F3D2B7
(243,210,183)
#F4D8C2
(244,216,194)
#F5DECD
(245,222,205)
#F6E4D8
(246,228,216)
#F7EAE3
(247,234,227)
#F8F0EE
(248,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EEB480 color. Also use rgb(238,180,128) instead hex code.

Text Font Color

.myTextColor { color: #EEB480; }

<p style="color:#EEB480">This sample text font color is #EEB480.</p>

This text font color is #EEB480.


Background Color

.myBgColor { background-color: #EEB480; }

<div style="background-color:#EEB480">Inner text</div>

This div background color is #EEB480.


Border color

.myBorderColor { border: 1px solid #EEB480; }

<div style="border:3px solid #EEB480">Div</div>

This div border color is #EEB480.


Opacity

.myOpacity80 { color: #EEB480; opacity: 0.8; }

<p style="color:#EEB480;opacity:0.8;">80%</p>

Text with #EEB480 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EEB480;}

<p style="text-shadow: 3px 3px 1px #EEB480">Text here.</p>

This text has shadow with #EEB480 color.

.textShadow {text-shadow: 3px 3px 1px #EEB480, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EEB480, 5px 5px 20px red">Text here.</p>

This text has shadow with #EEB480 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EEB480, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EEB480, Direction=45, Strength=4)">Text</p>

This text has shadow with #EEB480 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EEB480;
  -webkit-box-shadow:	1px 1px 3px 2px #EEB480;
  box-shadow:		1px 1px 3px 2px #EEB480;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EEB480;
-webkit-box-shadow: 1px 1px 3px 2px #EEB480;
box-shadow:1px 1px 3px 2px #EEB480;">
Div content here</div>
This div box has shadow with color #EEB480.

Preview

Color preview on black background

This text has color #EEB480 on black background.


Color preview on white background

This text has color #EEB480 on white background.



Black color preview on #EEB480 background

This text has black color on #EEB480 background.


White color preview on #EEB480 background

This text has white color on #EEB480 background.