#E9E2CB

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

Shades of Orange White #E9E2CB

Tints of Orange White #E9E2CB

Color information

#E9E2CB (or 0xE9E2CB) is unknown color: approx Orange White. HEX triplet: E9, E2 and CB. RGB value is (233,226,203). Sum of RGB (Red+Green+Blue) = 233+226+203=662 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.20% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9E2CB is #161D34. Grayscale: #E1E1E1. Windows color (decimal): -1449269 or 13361897. OLE color: 13361897.

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

Color convert

RGB233226203-
CMYK00.030.130.09
HSL46º40.54%85.49%-
HSV(B)46º12.88%91.37%-
XYZ71.5876.0367.4-
YUV225.47115.32133.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.20%
GREEN value IS 226 (88.67% from 255) = 34.14%
BLUE value IS 203 (79.69% from 255) = 30.66%
R=35.20%
G=34.14%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322620300.030.130.094640.5485.49
HexE9E2CB03D92e2955
Octal3513423130315115651125
Binary111010011110001011001011011110110011011101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9E2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9E2CB; }

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

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

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

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

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

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

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

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