Html Css Color HEX #EBEAE2 Rice Cake

📋 copy color: '#EBEAE2'

red 235 ◦ green 234 ◦ blue 226

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

Shades of Rice Cake #EBEAE2

Tints of Rice Cake #EBEAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 32.52%

R = 33.81%
G = 33.67%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EBEAE2 (or 0xEBEAE2) is known color: Rice Cake. HEX triplet: EB, EA and E2. RGB value is (235,234,226). Sum of RGB (Red+Green+Blue) = 235+234+226=695 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.81% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 226 (88.67% from 255 or 32.52% from 695); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAE2 is #14151D. Grayscale: #E9E9E9. Windows color (decimal): -1316126 or 14871275. OLE color: 14871275.

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

Color convert

RGB 235 234 226 -
CMYK 0 0.00 0.04 0.08
HSL 53.33º 0.18% 0.9% -
HSV(B) 53.33º 0.04% 0.92% -
XYZ 77.41 82 83.7 -
YUV 233.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 235 234 226 0 0.00 0.04 0.08 53.33 0.18 0.9
Hex EB EA E2 0 0 4 8 35 12 5A
Octal 353 352 342 0 0 4 10 65 22 132
Binary 11101011 11101010 11100010 0 0 100 1000 110101 10010 1011010

Color Harmonies of #EBEAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEAE2

Black with #EBEAE2

Text Example


Text Example

White with #EBEAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEAE2; }

 p { color: rgb(235,234,226); }

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

background-color css

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

 a { background-color: rgb(235,234,226); }

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

border-color css

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

 span { border-color: rgb(235,234,226); }

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