#E9E2CD

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

Shades of Orange White #E9E2CD

Tints of Orange White #E9E2CD

Color information

#E9E2CD (or 0xE9E2CD) is unknown color: approx Orange White. HEX triplet: E9, E2 and CD. RGB value is (233,226,205). Sum of RGB (Red+Green+Blue) = 233+226+205=664 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.09% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E2CD is #161D32. Grayscale: #E1E1E1. Windows color (decimal): -1449267 or 13492969. OLE color: 13492969.

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

Color convert

RGB233226205-
CMYK00.030.120.09
HSL45º38.89%85.88%-
HSV(B)45º12.02%91.37%-
XYZ71.8276.1268.67-
YUV225.7116.32133.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.09%
GREEN value IS 226 (88.67% from 255) = 34.04%
BLUE value IS 205 (80.47% from 255) = 30.87%
R=35.09%
G=34.04%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322620500.030.120.094538.8985.88
HexE9E2CD03C92d2756
Octal3513423150314115547126
Binary111010011110001011001101011110010011011011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E2CD; }

 p { color: rgb(233,226,205); }

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

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

 a { background-color: rgb(233,226,205); }

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

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

 span { border-color: rgb(233,226,205); }

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