#EDE4C9

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

Shades of Orange White #EDE4C9

Tints of Orange White #EDE4C9

Color information

#EDE4C9 (or 0xEDE4C9) is unknown color: approx Orange White. HEX triplet: ED, E4 and C9. RGB value is (237,228,201). Sum of RGB (Red+Green+Blue) = 237+228+201=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 201 (78.91% from 255 or 30.18% from 666); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4C9 is #121B36. Grayscale: #E3E3E3. Windows color (decimal): -1186615 or 13231341. OLE color: 13231341.

HSL color Cylindrical-coordinate representation of color #EDE4C9: hue angle of 45º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDE4C9 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237228201-
CMYK00.040.150.07
HSL45º50%85.88%-
HSV(B)45º15.19%92.94%-
XYZ73.2177.7166.4-
YUV227.61112.98134.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.59%
GREEN value IS 228 (89.45% from 255) = 34.23%
BLUE value IS 201 (78.91% from 255) = 30.18%
R=35.59%
G=34.23%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722820100.040.150.07455085.88
HexEDE4C904F72d3256
Octal355344311041775562126
Binary111011011110010011001001010011111111011011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE4C9; }

 p { color: rgb(237,228,201); }

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

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

 a { background-color: rgb(237,228,201); }

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

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

 span { border-color: rgb(237,228,201); }

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