#ECE4BD

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

Shades of Half Colonial White #ECE4BD

Tints of Half Colonial White #ECE4BD

Color information

#ECE4BD (or 0xECE4BD) is unknown color: approx Half Colonial White. HEX triplet: EC, E4 and BD. RGB value is (236,228,189). Sum of RGB (Red+Green+Blue) = 236+228+189=653 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.14% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 189 (74.22% from 255 or 28.94% from 653); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4BD is #131B42. Grayscale: #E2E2E2. Windows color (decimal): -1252163 or 12444908. OLE color: 12444908.

HSL color Cylindrical-coordinate representation of color #ECE4BD: hue angle of 49.79º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECE4BD is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236228189-
CMYK00.030.200.07
HSL49.79º55.29%83.33%-
HSV(B)49.79º19.92%92.55%-
XYZ71.5276.9959.24-
YUV225.95107.15135.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.14%
GREEN value IS 228 (89.45% from 255) = 34.92%
BLUE value IS 189 (74.22% from 255) = 28.94%
R=36.14%
G=34.92%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622818900.030.200.0749.7955.2983.33
HexECE4BD03147323753
Octal354344275032476267123
Binary111011001110010010111101011101001111100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE4BD; }

 p { color: rgb(236,228,189); }

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

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

 a { background-color: rgb(236,228,189); }

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

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

 span { border-color: rgb(236,228,189); }

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