Html Css Color HEX #EDEAE0 Rice Cake

📋 copy color: '#EDEAE0'

red 237 ◦ green 234 ◦ blue 224

#EDEAE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rice Cake #EDEAE0

Tints of Rice Cake #EDEAE0

RGB

 RED value IS 237 (92.97% from 255) = 34.1%

 GREEN value IS 234 (91.8% from 255) = 33.67%

 BLUE value IS 224 (87.89% from 255) = 32.23%

R = 34.1%
G = 33.67%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EDEAE0 (or 0xEDEAE0) is known color: Rice Cake. HEX triplet: ED, EA and E0. RGB value is (237,234,224). Sum of RGB (Red+Green+Blue) = 237+234+224=695 (92% of max value = 765). Red value is 237 (92.97% from 255 or 34.10% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEAE0 is #12151F. Grayscale: #E9E9E9. Windows color (decimal): -1185056 or 14740205. OLE color: 14740205.

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

Color convert

RGB 237 234 224 -
CMYK 0 0.01 0.05 0.07
HSL 46.15º 0.27% 0.9% -
HSV(B) 46.15º 0.05% 0.93% -
XYZ 77.8 82.23 82.29 -
YUV 233.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 237 234 224 0 0.01 0.05 0.07 46.15 0.27 0.9
Hex ED EA E0 0 1 5 7 2E 1B 5A
Octal 355 352 340 0 1 5 7 56 33 132
Binary 11101101 11101010 11100000 0 1 101 111 101110 11011 1011010

Color Harmonies of #EDEAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEAE0

Black with #EDEAE0

Text Example


Text Example

White with #EDEAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEAE0; }

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

 H1.HeaderClassName
 {
   color: #EDEAE0;
 }
 .AnyTagClassName
 {
   color: #EDEAE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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