#E5DFCD

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

Shades of Orange White #E5DFCD

Tints of Orange White #E5DFCD

Color information

#E5DFCD (or 0xE5DFCD) is unknown color: approx Orange White. HEX triplet: E5, DF and CD. RGB value is (229,223,205). Sum of RGB (Red+Green+Blue) = 229+223+205=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFCD is #1A2032. Grayscale: #DEDEDE. Windows color (decimal): -1712179 or 13492197. OLE color: 13492197.

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

Color convert

RGB229223205-
CMYK00.030.100.10
HSL45º31.58%85.1%-
HSV(B)45º10.48%89.8%-
XYZ69.7273.8468.34-
YUV222.74117.99132.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.86%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=34.86%
G=33.94%
B=31.20%

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
Decimal22922320500.030.100.104531.5885.1
HexE5DFCD03AA2d2055
Octal3453373150312125540125
Binary111001011101111111001101011101010101011011000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DFCD; }

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

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

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

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

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

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

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

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