#EFB5A7

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

Shades of Shilo #EFB5A7

Tints of Shilo #EFB5A7

Color information

#EFB5A7 (or 0xEFB5A7) is unknown color: approx Shilo. HEX triplet: EF, B5 and A7. RGB value is (239,181,167). Sum of RGB (Red+Green+Blue) = 239+181+167=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 167 (65.62% from 255 or 28.45% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB5A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB5A7 is #104A58. Grayscale: #C4C4C4. Windows color (decimal): -1067609 or 10991087. OLE color: 10991087.

HSL color Cylindrical-coordinate representation of color #EFB5A7: hue angle of 11.67º 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 #EFB5A7 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239181167-
CMYK00.240.300.06
HSL11.67º69.23%79.61%-
HSV(B)11.67º30.13%93.73%-
XYZ59.154.1943.9-
YUV196.75111.22158.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 181 (71.09% from 255) = 30.83%
BLUE value IS 167 (65.62% from 255) = 28.45%
R=40.72%
G=30.83%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918116700.240.300.0611.6769.2379.61
HexEFB5A70181E6c4550
Octal35726524703036614105120
Binary11101111101101011010011101100011110110110010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB5A7; }

 p { color: rgb(239,181,167); }

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

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

 a { background-color: rgb(239,181,167); }

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

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

 span { border-color: rgb(239,181,167); }

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