#EFAEA4

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

Shades of Shilo #EFAEA4

Tints of Shilo #EFAEA4

Color information

#EFAEA4 (or 0xEFAEA4) is unknown color: approx Shilo. HEX triplet: EF, AE and A4. RGB value is (239,174,164). Sum of RGB (Red+Green+Blue) = 239+174+164=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 164 (64.45% from 255 or 28.42% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAEA4 is #10515B. Grayscale: #C0C0C0. Windows color (decimal): -1069404 or 10792687. OLE color: 10792687.

HSL color Cylindrical-coordinate representation of color #EFAEA4: hue angle of 8º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFAEA4 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239174164-
CMYK00.270.310.06
HSL70.09%79.02%-
HSV(B)31.38%93.73%-
XYZ57.4351.342-
YUV192.3112.03161.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 164 (64.45% from 255) = 28.42%
R=41.42%
G=30.16%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917416400.270.310.06870.0979.02
HexEFAEA401B1F68464f
Octal35725624403337610106117
Binary11101111101011101010010001101111111110100010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEA4; }

 p { color: rgb(239,174,164); }

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

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

 a { background-color: rgb(239,174,164); }

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

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

 span { border-color: rgb(239,174,164); }

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