#EDEBE1

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

Shades of Rice Cake #EDEBE1

Tints of Rice Cake #EDEBE1

Color information

#EDEBE1 (or 0xEDEBE1) is unknown color: approx Rice Cake. HEX triplet: ED, EB and E1. RGB value is (237,235,225). Sum of RGB (Red+Green+Blue) = 237+235+225=697 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.00% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 225 (88.28% from 255 or 32.28% from 697); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBE1 is #12141E. Grayscale: #EAEAEA. Windows color (decimal): -1184799 or 14805997. OLE color: 14805997.

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

Color convert

RGB237235225-
CMYK00.010.050.07
HSL50º25%90.59%-
HSV(B)50º5.06%92.94%-
XYZ78.2282.8683.1-
YUV234.46122.66129.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.00%
GREEN value IS 235 (92.19% from 255) = 33.72%
BLUE value IS 225 (88.28% from 255) = 32.28%
R=34.00%
G=33.72%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723522500.010.050.07502590.59
HexEDEBE1015732195b
Octal35535334101576231133
Binary11101101111010111110000101101111110010110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBE1; }

 p { color: rgb(237,235,225); }

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

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

 a { background-color: rgb(237,235,225); }

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

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

 span { border-color: rgb(237,235,225); }

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