#ECE5CD

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

Shades of Orange White #ECE5CD

Tints of Orange White #ECE5CD

Color information

#ECE5CD (or 0xECE5CD) is unknown color: approx Orange White. HEX triplet: EC, E5 and CD. RGB value is (236,229,205). Sum of RGB (Red+Green+Blue) = 236+229+205=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE5CD is #131A32. Grayscale: #E4E4E4. Windows color (decimal): -1251891 or 13493740. OLE color: 13493740.

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

Color convert

RGB236229205-
CMYK00.030.130.07
HSL46.45º44.93%86.47%-
HSV(B)46.45º13.14%92.55%-
XYZ73.6378.2868.99-
YUV228.36114.82133.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.22%
GREEN value IS 229 (89.84% from 255) = 34.18%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=35.22%
G=34.18%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622920500.030.130.0746.4544.9386.47
HexECE5CD03D72e2d56
Octal354345315031575655126
Binary11101100111001011100110101111011111011101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE5CD; }

 p { color: rgb(236,229,205); }

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

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

 a { background-color: rgb(236,229,205); }

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

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

 span { border-color: rgb(236,229,205); }

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