Html Css Color HEX #EDEBE0 Rice Cake

📋 copy color: '#EDEBE0'

red 237 ◦ green 235 ◦ blue 224

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

Shades of Rice Cake #EDEBE0

Tints of Rice Cake #EDEBE0

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 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

#EDEBE0 (or 0xEDEBE0) is known color: 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

RGB 237 235 224 -
CMYK 0 0.01 0.05 0.07
HSL 50.77º 0.27% 0.9% -
HSV(B) 50.77º 0.05% 0.93% -
XYZ 78.09 82.8 82.39 -
YUV 234.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 237 235 224 0 0.01 0.05 0.07 50.77 0.27 0.9
Hex ED EB E0 0 1 5 7 33 1B 5A
Octal 355 353 340 0 1 5 7 63 33 132
Binary 11101101 11101011 11100000 0 1 101 111 110011 11011 1011010

Color Harmonies of #EDEBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEBE0

Black with #EDEBE0

Text Example


Text Example

White with #EDEBE0

Text Example


Text Example

HTML Codes & Css Web 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>