#ECA69C

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

Shades of Shilo #ECA69C

Tints of Shilo #ECA69C

Color information

#ECA69C (or 0xECA69C) is unknown color: approx Shilo. HEX triplet: EC, A6 and 9C. RGB value is (236,166,156). Sum of RGB (Red+Green+Blue) = 236+166+156=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA69C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA69C is #135963. Grayscale: #B9B9B9. Windows color (decimal): -1268068 or 10266348. OLE color: 10266348.

HSL color Cylindrical-coordinate representation of color #ECA69C: hue angle of 7.5º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECA69C is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB236166156-
CMYK00.300.340.07
HSL7.5º67.8%76.86%-
HSV(B)7.5º33.9%92.55%-
XYZ54.2347.5137.76-
YUV185.79111.19163.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.29%
GREEN value IS 166 (65.23% from 255) = 29.75%
BLUE value IS 156 (61.33% from 255) = 27.96%
R=42.29%
G=29.75%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616615600.300.340.077.567.876.86
HexECA69C01E2278444d
Octal35424623403642710104115
Binary111011001010011010011100011110100010111100010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA69C; }

 p { color: rgb(236,166,156); }

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

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

 a { background-color: rgb(236,166,156); }

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

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

 span { border-color: rgb(236,166,156); }

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