#EFB8AA

Color #EFB8AA Shilo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shilo #EFB8AA

Tints of Shilo #EFB8AA

Color information

#EFB8AA (or 0xEFB8AA) is unknown color: approx Shilo. HEX triplet: EF, B8 and AA. RGB value is (239,184,170). Sum of RGB (Red+Green+Blue) = 239+184+170=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB8AA is #104755. Grayscale: #C6C6C6. Windows color (decimal): -1066838 or 11188463. OLE color: 11188463.

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

Color convert

RGB239184170-
CMYK00.230.290.06
HSL12.17º68.32%80.2%-
HSV(B)12.17º28.87%93.73%-
XYZ59.9955.5345.59-
YUV198.85111.72156.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 184 (72.27% from 255) = 31.03%
BLUE value IS 170 (66.80% from 255) = 28.67%
R=40.30%
G=31.03%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918417000.230.290.0612.1768.3280.2
HexEFB8AA0171D6c4450
Octal35727025202735614104120
Binary11101111101110001010101001011111101110110010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB8AA; }

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

 H1.HeaderClassName
 {
   color: #EFB8AA;
 }
 .AnyTagClassName
 {
   color: #EFB8AA;
 }
</style>
background-color css

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

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

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

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

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

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