Html Css Color HEX #EDEBDA Rice Cake

📋 copy color: '#EDEBDA'

red 237 ◦ green 235 ◦ blue 218

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

Shades of Rice Cake #EDEBDA

Tints of Rice Cake #EDEBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.06%

 BLUE value IS 218 (85.55% from 255) = 31.59%

R = 34.35%
G = 34.06%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDEBDA (or 0xEDEBDA) is known color: Rice Cake. HEX triplet: ED, EB and DA. RGB value is (237,235,218). Sum of RGB (Red+Green+Blue) = 237+235+218=690 (91% of max value = 765). Red value is 237 (92.97% from 255 or 34.35% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBDA is #121425. Grayscale: #E9E9E9. Windows color (decimal): -1184806 or 14347245. OLE color: 14347245.

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

Color convert

RGB 237 235 218 -
CMYK 0 0.01 0.08 0.07
HSL 53.68º 0.35% 0.89% -
HSV(B) 53.68º 0.08% 0.93% -
XYZ 77.29 82.48 78.18 -
YUV 233.66 119.16 130.38 -
System Red Green Blue C M Y K H S L
Decimal 237 235 218 0 0.01 0.08 0.07 53.68 0.35 0.89
Hex ED EB DA 0 1 8 7 36 23 59
Octal 355 353 332 0 1 10 7 66 43 131
Binary 11101101 11101011 11011010 0 1 1000 111 110110 100011 1011001

Color Harmonies of #EDEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBDA

Black with #EDEBDA

Text Example


Text Example

White with #EDEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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