#ECE3C0

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

Shades of Half Colonial White #ECE3C0

Tints of Half Colonial White #ECE3C0

Color information

#ECE3C0 (or 0xECE3C0) is unknown color: approx Half Colonial White. HEX triplet: EC, E3 and C0. RGB value is (236,227,192). Sum of RGB (Red+Green+Blue) = 236+227+192=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 192 (75.39% from 255 or 29.31% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE3C0 is #131C3F. Grayscale: #E1E1E1. Windows color (decimal): -1252416 or 12641260. OLE color: 12641260.

HSL color Cylindrical-coordinate representation of color #ECE3C0: hue angle of 47.73º 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 #ECE3C0 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB236227192-
CMYK00.040.190.07
HSL47.73º53.66%83.92%-
HSV(B)47.73º18.64%92.55%-
XYZ71.5876.5860.88-
YUV225.7108.98135.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 227 (89.06% from 255) = 34.66%
BLUE value IS 192 (75.39% from 255) = 29.31%
R=36.03%
G=34.66%
B=29.31%

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
Decimal23622719200.040.190.0747.7353.6683.92
HexECE3C004137303654
Octal354343300042376066124
Binary1110110011100011110000000100100111111100001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE3C0; }

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

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

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

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

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

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

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

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