#E5DFCF

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

Shades of Orange White #E5DFCF

Tints of Orange White #E5DFCF

Color information

#E5DFCF (or 0xE5DFCF) is unknown color: approx Orange White. HEX triplet: E5, DF and CF. RGB value is (229,223,207). Sum of RGB (Red+Green+Blue) = 229+223+207=659 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.75% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFCF is #1A2030. Grayscale: #DFDFDF. Windows color (decimal): -1712177 or 13623269. OLE color: 13623269.

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

Color convert

RGB229223207-
CMYK00.030.100.10
HSL43.64º29.73%85.49%-
HSV(B)43.64º9.61%89.8%-
XYZ69.9673.9469.62-
YUV222.97118.99132.3-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.75%
GREEN value IS 223 (87.5% from 255) = 33.84%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=34.75%
G=33.84%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922320700.030.100.1043.6429.7385.49
HexE5DFCF03AA2c1e55
Octal3453373170312125436125
Binary11100101110111111100111101110101010101100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DFCF; }

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

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

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

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

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

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

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

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