Html Css Color HEX #EEA980 Tacao

📋 copy color: '#EEA980'

red 238 ◦ green 169 ◦ blue 128

#EEA980
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacao #EEA980

Tints of Tacao #EEA980

RGB

 RED value IS 238 (93.36% from 255) = 44.49%

 GREEN value IS 169 (66.41% from 255) = 31.59%

 BLUE value IS 128 (50.39% from 255) = 23.93%

R = 44.49%
G = 31.59%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EEA980 (or 0xEEA980) is known color: Tacao. HEX triplet: EE, A9 and 80. RGB value is (238,169,128). Sum of RGB (Red+Green+Blue) = 238+169+128=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA980 is #11567F. Grayscale: #B9B9B9. Windows color (decimal): -1136256 or 8432110. OLE color: 8432110.

HSL color Cylindrical-coordinate representation of color #EEA980: hue angle of 22.36º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EEA980 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 169 128 -
CMYK 0 0.29 0.46 0.07
HSL 22.36º 0.76% 0.72% -
HSV(B) 22.36º 0.46% 0.93% -
XYZ 53.34 48.11 26.9 -
YUV 184.96 95.86 165.83 -
System Red Green Blue C M Y K H S L
Decimal 238 169 128 0 0.29 0.46 0.07 22.36 0.76 0.72
Hex EE A9 80 0 1D 2E 7 16 4C 48
Octal 356 251 200 0 35 56 7 26 114 110
Binary 11101110 10101001 10000000 0 11101 101110 111 10110 1001100 1001000

Color Harmonies of #EEA980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA980

Black with #EEA980

Text Example


Text Example

White with #EEA980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA980; }

 p { color: rgb(238,169,128); }

 H1.HeaderClassName
 {
   color: #EEA980;
 }
 .AnyTagClassName
 {
   color: #EEA980;
 }
</style>

background-color css

<style>
 a { background-color: #EEA980; }

 a { background-color: rgb(238,169,128); }

 div.DivClassName
 {
   background-color: #EEA980;
 }
 .BgClassName
 {
   background-color: #EEA980;
 }
</style>

border-color css

<style>
 span { border-color: #EEA980; }

 span { border-color: rgb(238,169,128); }

 td.TdClassName
 {
   border-color: #EEA980;
 }
 .TagClassName
 {
   border-color: #EEA980;
 }
</style>