#E7E0CE

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

Shades of Orange White #E7E0CE

Tints of Orange White #E7E0CE

Color information

#E7E0CE (or 0xE7E0CE) is unknown color: approx Orange White. HEX triplet: E7, E0 and CE. RGB value is (231,224,206). Sum of RGB (Red+Green+Blue) = 231+224+206=661 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.95% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E0CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E0CE is #181F31. Grayscale: #E0E0E0. Windows color (decimal): -1580850 or 13557991. OLE color: 13557991.

HSL color Cylindrical-coordinate representation of color #E7E0CE: hue angle of 43.2º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E7E0CE is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB231224206-
CMYK00.030.110.09
HSL43.2º34.25%85.69%-
HSV(B)43.2º10.82%90.59%-
XYZ70.7574.7669.09-
YUV224.04117.82132.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.95%
GREEN value IS 224 (87.89% from 255) = 33.89%
BLUE value IS 206 (80.86% from 255) = 31.16%
R=34.95%
G=33.89%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23122420600.030.110.0943.234.2585.69
HexE7E0CE03B92b2256
Octal3473403160313115342126
Binary111001111110000011001110011101110011010111000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E0CE; }

 p { color: rgb(231,224,206); }

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

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

 a { background-color: rgb(231,224,206); }

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

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

 span { border-color: rgb(231,224,206); }

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