#EFAEA2

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

Shades of Shilo #EFAEA2

Tints of Shilo #EFAEA2

Color information

#EFAEA2 (or 0xEFAEA2) is unknown color: approx Shilo. HEX triplet: EF, AE and A2. RGB value is (239,174,162). Sum of RGB (Red+Green+Blue) = 239+174+162=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 162 (63.67% from 255 or 28.17% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAEA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFAEA2 is #10515D. Grayscale: #C0C0C0. Windows color (decimal): -1069406 or 10661615. OLE color: 10661615.

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

Color convert

RGB239174162-
CMYK00.270.320.06
HSL9.35º70.64%78.63%-
HSV(B)9.35º32.22%93.73%-
XYZ57.2551.2341.05-
YUV192.07111.03161.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.57%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 162 (63.67% from 255) = 28.17%
R=41.57%
G=30.26%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917416200.270.320.069.3570.6478.63
HexEFAEA201B2069474f
Octal35725624203340611107117
Binary111011111010111010100010011011100000110100110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAEA2; }

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

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

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

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

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

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

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

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