Html Css Color HEX #EEB8AA Shilo

📋 copy color: '#EEB8AA'

red 238 ◦ green 184 ◦ blue 170

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

Shades of Shilo #EEB8AA

Tints of Shilo #EEB8AA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.08%

 BLUE value IS 170 (66.8% from 255) = 28.72%

R = 40.2%
G = 31.08%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EEB8AA (or 0xEEB8AA) is known color: Shilo. HEX triplet: EE, B8 and AA. RGB value is (238,184,170). Sum of RGB (Red+Green+Blue) = 238+184+170=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEB8AA is #114755. Grayscale: #C6C6C6. Windows color (decimal): -1132374 or 11188462. OLE color: 11188462.

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

Color convert

RGB 238 184 170 -
CMYK 0 0.23 0.29 0.07
HSL 12.35º 0.67% 0.8% -
HSV(B) 12.35º 0.29% 0.93% -
XYZ 59.66 55.36 45.57 -
YUV 198.55 111.89 156.14 -
System Red Green Blue C M Y K H S L
Decimal 238 184 170 0 0.23 0.29 0.07 12.35 0.67 0.8
Hex EE B8 AA 0 17 1D 7 C 43 50
Octal 356 270 252 0 27 35 7 14 103 120
Binary 11101110 10111000 10101010 0 10111 11101 111 1100 1000011 1010000

Color Harmonies of #EEB8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB8AA

Black with #EEB8AA

Text Example


Text Example

White with #EEB8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB8AA; }

 p { color: rgb(238,184,170); }

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

background-color css

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

 a { background-color: rgb(238,184,170); }

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

border-color css

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

 span { border-color: rgb(238,184,170); }

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