#ECE3CD

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

Shades of Orange White #ECE3CD

Tints of Orange White #ECE3CD

Color information

#ECE3CD (or 0xECE3CD) is unknown color: approx Orange White. HEX triplet: EC, E3 and CD. RGB value is (236,227,205). Sum of RGB (Red+Green+Blue) = 236+227+205=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 227 (89.06% from 255 or 33.98% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE3CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE3CD is #131C32. Grayscale: #E3E3E3. Windows color (decimal): -1252403 or 13493228. OLE color: 13493228.

HSL color Cylindrical-coordinate representation of color #ECE3CD: hue angle of 42.58º 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 #ECE3CD is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB236227205-
CMYK00.040.130.07
HSL42.58º44.93%86.47%-
HSV(B)42.58º13.14%92.55%-
XYZ73.0877.1868.8-
YUV227.18115.48134.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 227 (89.06% from 255) = 33.98%
BLUE value IS 205 (80.47% from 255) = 30.69%
R=35.33%
G=33.98%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622720500.040.130.0742.5844.9386.47
HexECE3CD04D72b2d56
Octal354343315041575355126
Binary111011001110001111001101010011011111010111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE3CD; }

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

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

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

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

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

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

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

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