Html Css Color HEX #EEA276 Tacao

📋 copy color: '#EEA276'

red 238 ◦ green 162 ◦ blue 118

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

Shades of Tacao #EEA276

Tints of Tacao #EEA276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.27%

 BLUE value IS 118 (46.48% from 255) = 22.78%

R = 45.95%
G = 31.27%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EEA276 (or 0xEEA276) is known color: Tacao. HEX triplet: EE, A2 and 76. RGB value is (238,162,118). Sum of RGB (Red+Green+Blue) = 238+162+118=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA276 is #115D89. Grayscale: #B3B3B3. Windows color (decimal): -1138058 or 7774958. OLE color: 7774958.

HSL color Cylindrical-coordinate representation of color #EEA276: hue angle of 22º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EEA276 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 162 118 -
CMYK 0 0.32 0.50 0.07
HSL 22º 0.78% 0.7% -
HSV(B) 22º 0.5% 0.93% -
XYZ 51.45 45.33 23.18 -
YUV 179.71 93.18 169.58 -
System Red Green Blue C M Y K H S L
Decimal 238 162 118 0 0.32 0.50 0.07 22 0.78 0.7
Hex EE A2 76 0 20 32 7 16 4E 46
Octal 356 242 166 0 40 62 7 26 116 106
Binary 11101110 10100010 1110110 0 100000 110010 111 10110 1001110 1000110

Color Harmonies of #EEA276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA276

Black with #EEA276

Text Example


Text Example

White with #EEA276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA276; }

 p { color: rgb(238,162,118); }

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

background-color css

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

 a { background-color: rgb(238,162,118); }

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

border-color css

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

 span { border-color: rgb(238,162,118); }

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