#ECE3C2

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

Shades of Half Colonial White #ECE3C2

Tints of Half Colonial White #ECE3C2

Color information

#ECE3C2 (or 0xECE3C2) is unknown color: approx Half Colonial White. HEX triplet: EC, E3 and C2. RGB value is (236,227,194). Sum of RGB (Red+Green+Blue) = 236+227+194=657 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.92% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 194 (76.17% from 255 or 29.53% from 657); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE3C2 is #131C3D. Grayscale: #E2E2E2. Windows color (decimal): -1252414 or 12772332. OLE color: 12772332.

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

Color convert

RGB236227194-
CMYK00.040.180.07
HSL47.14º52.5%84.31%-
HSV(B)47.14º17.8%92.55%-
XYZ71.876.6762.05-
YUV225.93109.98135.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.92%
GREEN value IS 227 (89.06% from 255) = 34.55%
BLUE value IS 194 (76.17% from 255) = 29.53%
R=35.92%
G=34.55%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622719400.040.180.0747.1452.584.31
HexECE3C2041272f3554
Octal354343302042275765124
Binary1110110011100011110000100100100101111011111101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE3C2; }

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

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

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

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

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

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

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

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