#EFACA2

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

Shades of Shilo #EFACA2

Tints of Shilo #EFACA2

Color information

#EFACA2 (or 0xEFACA2) is unknown color: approx Shilo. HEX triplet: EF, AC and A2. RGB value is (239,172,162). Sum of RGB (Red+Green+Blue) = 239+172+162=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 162 (63.67% from 255 or 28.27% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFACA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFACA2 is #10535D. Grayscale: #BFBFBF. Windows color (decimal): -1069918 or 10661103. OLE color: 10661103.

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

Color convert

RGB239172162-
CMYK00.280.320.06
HSL7.79º70.64%78.63%-
HSV(B)7.79º32.22%93.73%-
XYZ56.8750.4640.93-
YUV190.89111.7162.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.71%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 162 (63.67% from 255) = 28.27%
R=41.71%
G=30.02%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917216200.280.320.067.7970.6478.63
HexEFACA201C2068474f
Octal35725424203440610107117
Binary111011111010110010100010011100100000110100010001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFACA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFACA2; }

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

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

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

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

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

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

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

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