Html Css Color HEX #EDEADC Rice Cake

📋 copy color: '#EDEADC'

red 237 ◦ green 234 ◦ blue 220

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

Shades of Rice Cake #EDEADC

Tints of Rice Cake #EDEADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 31.84%

R = 34.3%
G = 33.86%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDEADC (or 0xEDEADC) is known color: Rice Cake. HEX triplet: ED, EA and DC. RGB value is (237,234,220). Sum of RGB (Red+Green+Blue) = 237+234+220=691 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.30% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEADC is #121523. Grayscale: #E9E9E9. Windows color (decimal): -1185060 or 14478061. OLE color: 14478061.

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

Color convert

RGB 237 234 220 -
CMYK 0 0.01 0.07 0.07
HSL 49.41º 0.32% 0.9% -
HSV(B) 49.41º 0.07% 0.93% -
XYZ 77.27 82.02 79.47 -
YUV 233.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 237 234 220 0 0.01 0.07 0.07 49.41 0.32 0.9
Hex ED EA DC 0 1 7 7 31 20 5A
Octal 355 352 334 0 1 7 7 61 40 132
Binary 11101101 11101010 11011100 0 1 111 111 110001 100000 1011010

Color Harmonies of #EDEADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEADC

Black with #EDEADC

Text Example


Text Example

White with #EDEADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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