#E7E0CD

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

Shades of Orange White #E7E0CD

Tints of Orange White #E7E0CD

Color information

#E7E0CD (or 0xE7E0CD) is unknown color: approx Orange White. HEX triplet: E7, E0 and CD. RGB value is (231,224,205). Sum of RGB (Red+Green+Blue) = 231+224+205=660 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E0CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E0CD is #181F32. Grayscale: #E0E0E0. Windows color (decimal): -1580851 or 13492455. OLE color: 13492455.

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

Color convert

RGB231224205-
CMYK00.030.110.09
HSL43.85º35.14%85.49%-
HSV(B)43.85º11.26%90.59%-
XYZ70.6374.7168.46-
YUV223.93117.32133.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 35%
GREEN value IS 224 (87.89% from 255) = 33.94%
BLUE value IS 205 (80.47% from 255) = 31.06%
R=35%
G=33.94%
B=31.06%

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
Decimal23122420500.030.110.0943.8535.1485.49
HexE7E0CD03B92c2355
Octal3473403150313115443125
Binary111001111110000011001101011101110011011001000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7E0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7E0CD; }

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

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

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

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

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

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

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

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