#ECE4CC

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

Shades of Orange White #ECE4CC

Tints of Orange White #ECE4CC

Color information

#ECE4CC (or 0xECE4CC) is unknown color: approx Orange White. HEX triplet: EC, E4 and CC. RGB value is (236,228,204). Sum of RGB (Red+Green+Blue) = 236+228+204=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 228 (89.45% from 255 or 34.13% from 668); Blue value is 204 (80.08% from 255 or 30.54% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4CC is #131B33. Grayscale: #E3E3E3. Windows color (decimal): -1252148 or 13427948. OLE color: 13427948.

HSL color Cylindrical-coordinate representation of color #ECE4CC: hue angle of 45º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECE4CC is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB236228204-
CMYK00.030.140.07
HSL45º45.71%86.27%-
HSV(B)45º13.56%92.55%-
XYZ73.2377.6868.26-
YUV227.66114.65133.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 228 (89.45% from 255) = 34.13%
BLUE value IS 204 (80.08% from 255) = 30.54%
R=35.33%
G=34.13%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622820400.030.140.074545.7186.27
HexECE4CC03E72d2e56
Octal354344314031675556126
Binary11101100111001001100110001111101111011011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE4CC; }

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

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

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

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

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

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

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

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