#EDEBE0

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

Shades of Rice Cake #EDEBE0

Tints of Rice Cake #EDEBE0

Color information

#EDEBE0 (or 0xEDEBE0) is unknown color: approx Rice Cake. HEX triplet: ED, EB and E0. RGB value is (237,235,224). Sum of RGB (Red+Green+Blue) = 237+235+224=696 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.05% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 224 (87.89% from 255 or 32.18% from 696); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBE0 is #12141F. Grayscale: #EAEAEA. Windows color (decimal): -1184800 or 14740461. OLE color: 14740461.

HSL color Cylindrical-coordinate representation of color #EDEBE0: hue angle of 50.77º 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 #EDEBE0 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB237235224-
CMYK00.010.050.07
HSL50.77º26.53%90.39%-
HSV(B)50.77º5.49%92.94%-
XYZ78.0982.882.39-
YUV234.34122.16129.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.05%
GREEN value IS 235 (92.19% from 255) = 33.76%
BLUE value IS 224 (87.89% from 255) = 32.18%
R=34.05%
G=33.76%
B=32.18%

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
Decimal23723522400.010.050.0750.7726.5390.39
HexEDEBE00157331b5a
Octal35535334001576333132
Binary11101101111010111110000001101111110011110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBE0; }

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

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

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

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

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

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

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

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