#ECE6CF

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

Shades of Orange White #ECE6CF

Tints of Orange White #ECE6CF

Color information

#ECE6CF (or 0xECE6CF) is unknown color: approx Orange White. HEX triplet: EC, E6 and CF. RGB value is (236,230,207). Sum of RGB (Red+Green+Blue) = 236+230+207=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 230 (90.23% from 255 or 34.18% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6CF is #131930. Grayscale: #E5E5E5. Windows color (decimal): -1251633 or 13625068. OLE color: 13625068.

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

Color convert

RGB236230207-
CMYK00.030.120.07
HSL47.59º43.28%86.86%-
HSV(B)47.59º12.29%92.55%-
XYZ74.1578.9370.36-
YUV229.17115.49132.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.07%
GREEN value IS 230 (90.23% from 255) = 34.18%
BLUE value IS 207 (81.25% from 255) = 30.76%
R=35.07%
G=34.18%
B=30.76%

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
Decimal23623020700.030.120.0747.5943.2886.86
HexECE6CF03C7302b57
Octal354346317031476053127
Binary11101100111001101100111101111001111100001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE6CF; }

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

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

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

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

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

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

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

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