#E5DFCC

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

Shades of Orange White #E5DFCC

Tints of Orange White #E5DFCC

Color information

#E5DFCC (or 0xE5DFCC) is unknown color: approx Orange White. HEX triplet: E5, DF and CC. RGB value is (229,223,204). Sum of RGB (Red+Green+Blue) = 229+223+204=656 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.91% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5DFCC is #1A2033. Grayscale: #DEDEDE. Windows color (decimal): -1712180 or 13426661. OLE color: 13426661.

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

Color convert

RGB229223204-
CMYK00.030.110.10
HSL45.6º32.47%84.9%-
HSV(B)45.6º10.92%89.8%-
XYZ69.673.7967.7-
YUV222.63117.49132.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.91%
GREEN value IS 223 (87.5% from 255) = 33.99%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=34.91%
G=33.99%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922320400.030.110.1045.632.4784.9
HexE5DFCC03BA2e2055
Octal3453373140313125640125
Binary111001011101111111001100011101110101011101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DFCC; }

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

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

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

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

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

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

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

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