#EFB8A8

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

Shades of Shilo #EFB8A8

Tints of Shilo #EFB8A8

Color information

#EFB8A8 (or 0xEFB8A8) is unknown color: approx Shilo. HEX triplet: EF, B8 and A8. RGB value is (239,184,168). Sum of RGB (Red+Green+Blue) = 239+184+168=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB8A8 is #104757. Grayscale: #C6C6C6. Windows color (decimal): -1066840 or 11057391. OLE color: 11057391.

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

Color convert

RGB239184168-
CMYK00.230.300.06
HSL13.52º68.93%79.8%-
HSV(B)13.52º29.71%93.73%-
XYZ59.855.4644.6-
YUV198.62110.72156.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 184 (72.27% from 255) = 31.13%
BLUE value IS 168 (66.02% from 255) = 28.43%
R=40.44%
G=31.13%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918416800.230.300.0613.5268.9379.8
HexEFB8A80171E6e4550
Octal35727025002736616105120
Binary11101111101110001010100001011111110110111010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB8A8; }

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

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

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

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

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

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

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

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