#EFB9AA

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

Shades of Shilo #EFB9AA

Tints of Shilo #EFB9AA

Color information

#EFB9AA (or 0xEFB9AA) is unknown color: approx Shilo. HEX triplet: EF, B9 and AA. RGB value is (239,185,170). Sum of RGB (Red+Green+Blue) = 239+185+170=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB9AA is #104655. Grayscale: #C7C7C7. Windows color (decimal): -1066582 or 11188719. OLE color: 11188719.

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

Color convert

RGB239185170-
CMYK00.230.290.06
HSL13.04º68.32%80.2%-
HSV(B)13.04º28.87%93.73%-
XYZ60.255.9545.66-
YUV199.44111.39156.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 185 (72.66% from 255) = 31.14%
BLUE value IS 170 (66.80% from 255) = 28.62%
R=40.24%
G=31.14%
B=28.62%

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
Decimal23918517000.230.290.0613.0468.3280.2
HexEFB9AA0171D6d4450
Octal35727125202735615104120
Binary11101111101110011010101001011111101110110110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB9AA; }

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

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

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

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

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

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

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

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