Html Css Color HEX #EBE9DE Rice Cake

📋 copy color: '#EBE9DE'

red 235 ◦ green 233 ◦ blue 222

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

Shades of Rice Cake #EBE9DE

Tints of Rice Cake #EBE9DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.17%

R = 34.06%
G = 33.77%
B = 32.17%

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

#EBE9DE (or 0xEBE9DE) is known color: Rice Cake. HEX triplet: EB, E9 and DE. RGB value is (235,233,222). Sum of RGB (Red+Green+Blue) = 235+233+222=690 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.06% from 690); Green value is 233 (91.41% from 255 or 33.77% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE9DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBE9DE is #141621. Grayscale: #E8E8E8. Windows color (decimal): -1316386 or 14608875. OLE color: 14608875.

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

Color convert

RGB 235 233 222 -
CMYK 0 0.01 0.06 0.08
HSL 50.77º 0.25% 0.9% -
HSV(B) 50.77º 0.06% 0.92% -
XYZ 76.58 81.21 80.75 -
YUV 232.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 235 233 222 0 0.01 0.06 0.08 50.77 0.25 0.9
Hex EB E9 DE 0 1 6 8 33 19 5A
Octal 353 351 336 0 1 6 10 63 31 132
Binary 11101011 11101001 11011110 0 1 110 1000 110011 11001 1011010

Color Harmonies of #EBE9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE9DE

Black with #EBE9DE

Text Example


Text Example

White with #EBE9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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