#ECE2C0

Color #ECE2C0 Half Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Colonial White #ECE2C0

Tints of Half Colonial White #ECE2C0

Color information

#ECE2C0 (or 0xECE2C0) is unknown color: approx Half Colonial White. HEX triplet: EC, E2 and C0. RGB value is (236,226,192). Sum of RGB (Red+Green+Blue) = 236+226+192=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 192 (75.39% from 255 or 29.36% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE2C0 is #131D3F. Grayscale: #E1E1E1. Windows color (decimal): -1252672 or 12641004. OLE color: 12641004.

HSL color Cylindrical-coordinate representation of color #ECE2C0: hue angle of 46.36º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECE2C0 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236226192-
CMYK00.040.190.07
HSL46.36º53.66%83.92%-
HSV(B)46.36º18.64%92.55%-
XYZ71.376.0360.79-
YUV225.11109.31135.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 226 (88.67% from 255) = 34.56%
BLUE value IS 192 (75.39% from 255) = 29.36%
R=36.09%
G=34.56%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622619200.040.190.0746.3653.6683.92
HexECE2C0041372e3654
Octal354342300042375666124
Binary1110110011100010110000000100100111111011101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE2C0; }

 p { color: rgb(236,226,192); }

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

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

 a { background-color: rgb(236,226,192); }

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

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

 span { border-color: rgb(236,226,192); }

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