#ECE4D0

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

Shades of Orange White #ECE4D0

Tints of Orange White #ECE4D0

Color information

#ECE4D0 (or 0xECE4D0) is unknown color: approx Orange White. HEX triplet: EC, E4 and D0. RGB value is (236,228,208). Sum of RGB (Red+Green+Blue) = 236+228+208=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 228 (89.45% from 255 or 33.93% from 672); Blue value is 208 (81.64% from 255 or 30.95% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE4D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE4D0 is #131B2F. Grayscale: #E4E4E4. Windows color (decimal): -1252144 or 13690092. OLE color: 13690092.

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

Color convert

RGB236228208-
CMYK00.030.120.07
HSL42.86º42.42%87.06%-
HSV(B)42.86º11.86%92.55%-
XYZ73.7277.8770.82-
YUV228.11116.65133.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.12%
GREEN value IS 228 (89.45% from 255) = 33.93%
BLUE value IS 208 (81.64% from 255) = 30.95%
R=35.12%
G=33.93%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622820800.030.120.0742.8642.4287.06
HexECE4D003C72b2a57
Octal354344320031475352127
Binary11101100111001001101000001111001111010111010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE4D0; }

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

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

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

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

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

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

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

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