#EDECE0

Color #EDECE0 Rice Cake (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Cake #EDECE0

Tints of Rice Cake #EDECE0

Color information

#EDECE0 (or 0xEDECE0) is unknown color: approx Rice Cake. HEX triplet: ED, EC and E0. RGB value is (237,236,224). Sum of RGB (Red+Green+Blue) = 237+236+224=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 237 - color contains mainly: red. Hex color #EDECE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDECE0 is #12131F. Grayscale: #EAEAEA. Windows color (decimal): -1184544 or 14740717. OLE color: 14740717.

HSL color Cylindrical-coordinate representation of color #EDECE0: hue angle of 55.38º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDECE0 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB237236224-
CMYK00.000.050.07
HSL55.38º26.53%90.39%-
HSV(B)55.38º5.49%92.94%-
XYZ78.3883.3882.48-
YUV234.93121.83129.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 236 (92.58% from 255) = 33.86%
BLUE value IS 224 (87.89% from 255) = 32.14%
R=34.00%
G=33.86%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723622400.000.050.0755.3826.5390.39
HexEDECE00057371b5a
Octal35535434000576733132
Binary11101101111011001110000000101111110111110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDECE0; }

 p { color: rgb(237,236,224); }

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

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

 a { background-color: rgb(237,236,224); }

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

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

 span { border-color: rgb(237,236,224); }

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