#ECE6CD

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

Shades of Orange White #ECE6CD

Tints of Orange White #ECE6CD

Color information

#ECE6CD (or 0xECE6CD) is unknown color: approx Orange White. HEX triplet: EC, E6 and CD. RGB value is (236,230,205). Sum of RGB (Red+Green+Blue) = 236+230+205=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6CD is #131932. Grayscale: #E5E5E5. Windows color (decimal): -1251635 or 13493996. OLE color: 13493996.

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

Color convert

RGB236230205-
CMYK00.030.130.07
HSL48.39º44.93%86.47%-
HSV(B)48.39º13.14%92.55%-
XYZ73.9178.8369.08-
YUV228.94114.49133.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.17%
GREEN value IS 230 (90.23% from 255) = 34.28%
BLUE value IS 205 (80.47% from 255) = 30.55%
R=35.17%
G=34.28%
B=30.55%

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
Decimal23623020500.030.130.0748.3944.9386.47
HexECE6CD03D7302d56
Octal354346315031576055126
Binary11101100111001101100110101111011111100001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE6CD; }

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

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

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

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

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

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

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

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