#E5E1CF

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

Shades of Orange White #E5E1CF

Tints of Orange White #E5E1CF

Color information

#E5E1CF (or 0xE5E1CF) is unknown color: approx Orange White. HEX triplet: E5, E1 and CF. RGB value is (229,225,207). Sum of RGB (Red+Green+Blue) = 229+225+207=661 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.64% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5E1CF is #1A1E30. Grayscale: #E0E0E0. Windows color (decimal): -1711665 or 13623781. OLE color: 13623781.

HSL color Cylindrical-coordinate representation of color #E5E1CF: hue angle of 49.09º 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 #E5E1CF is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB229225207-
CMYK00.020.100.10
HSL49.09º29.73%85.49%-
HSV(B)49.09º9.61%89.8%-
XYZ70.575.0169.79-
YUV224.14118.33131.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.64%
GREEN value IS 225 (88.28% from 255) = 34.04%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=34.64%
G=34.04%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922520700.020.100.1049.0929.7385.49
HexE5E1CF02AA311e55
Octal3453413170212126136125
Binary11100101111000011100111101010101010110001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E1CF; }

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

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

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

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

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

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

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

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