#EDE4CC

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

Shades of Orange White #EDE4CC

Tints of Orange White #EDE4CC

Color information

#EDE4CC (or 0xEDE4CC) is unknown color: approx Orange White. HEX triplet: ED, E4 and CC. RGB value is (237,228,204). Sum of RGB (Red+Green+Blue) = 237+228+204=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 228 (89.45% from 255 or 34.08% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE4CC is #121B33. Grayscale: #E4E4E4. Windows color (decimal): -1186612 or 13427949. OLE color: 13427949.

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

Color convert

RGB237228204-
CMYK00.040.140.07
HSL43.64º47.83%86.47%-
HSV(B)43.64º13.92%92.94%-
XYZ73.5777.8568.28-
YUV227.96114.48134.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.43%
GREEN value IS 228 (89.45% from 255) = 34.08%
BLUE value IS 204 (80.08% from 255) = 30.49%
R=35.43%
G=34.08%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722820400.040.140.0743.6447.8386.47
HexEDE4CC04E72c3056
Octal355344314041675460126
Binary111011011110010011001100010011101111011001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE4CC; }

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

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

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

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

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

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

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

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