#E5E2CF

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

Shades of Orange White #E5E2CF

Tints of Orange White #E5E2CF

Color information

#E5E2CF (or 0xE5E2CF) is unknown color: approx Orange White. HEX triplet: E5, E2 and CF. RGB value is (229,226,207). Sum of RGB (Red+Green+Blue) = 229+226+207=662 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.59% from 662); Green value is 226 (88.67% from 255 or 34.14% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E2CF is #1A1D30. Grayscale: #E0E0E0. Windows color (decimal): -1711409 or 13624037. OLE color: 13624037.

HSL color Cylindrical-coordinate representation of color #E5E2CF: hue angle of 51.82º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5E2CF is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB229226207-
CMYK00.010.100.10
HSL51.82º29.73%85.49%-
HSV(B)51.82º9.61%89.8%-
XYZ70.7775.5669.89-
YUV224.73117.99131.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.59%
GREEN value IS 226 (88.67% from 255) = 34.14%
BLUE value IS 207 (81.25% from 255) = 31.27%
R=34.59%
G=34.14%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922620700.010.100.1051.8229.7385.49
HexE5E2CF01AA341e55
Octal3453423170112126436125
Binary1110010111100010110011110110101010110100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E2CF; }

 p { color: rgb(229,226,207); }

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

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

 a { background-color: rgb(229,226,207); }

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

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

 span { border-color: rgb(229,226,207); }

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