Html Css Color HEX #EBE9DC Rice Cake

📋 copy color: '#EBE9DC'

red 235 ◦ green 233 ◦ blue 220

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

Shades of Rice Cake #EBE9DC

Tints of Rice Cake #EBE9DC

RGB

 RED value IS 235 (92.19% from 255) = 34.16%

 GREEN value IS 233 (91.41% from 255) = 33.87%

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

R = 34.16%
G = 33.87%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBE9DC (or 0xEBE9DC) is known color: Rice Cake. HEX triplet: EB, E9 and DC. RGB value is (235,233,220). Sum of RGB (Red+Green+Blue) = 235+233+220=688 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.16% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9DC is #141623. Grayscale: #E8E8E8. Windows color (decimal): -1316388 or 14477803. OLE color: 14477803.

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

Color convert

RGB 235 233 220 -
CMYK 0 0.01 0.06 0.08
HSL 52º 0.27% 0.89% -
HSV(B) 52º 0.06% 0.92% -
XYZ 76.32 81.11 79.34 -
YUV 232.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 235 233 220 0 0.01 0.06 0.08 52 0.27 0.89
Hex EB E9 DC 0 1 6 8 34 1B 59
Octal 353 351 334 0 1 6 10 64 33 131
Binary 11101011 11101001 11011100 0 1 110 1000 110100 11011 1011001

Color Harmonies of #EBE9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE9DC

Black with #EBE9DC

Text Example


Text Example

White with #EBE9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE9DC; }

 p { color: rgb(235,233,220); }

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

background-color css

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

 a { background-color: rgb(235,233,220); }

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

border-color css

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

 span { border-color: rgb(235,233,220); }

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