Html Css Color HEX #EBEAE3 Rice Cake

📋 copy color: '#EBEAE3'

red 235 ◦ green 234 ◦ blue 227

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

Shades of Rice Cake #EBEAE3

Tints of Rice Cake #EBEAE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 32.61%

R = 33.76%
G = 33.62%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EBEAE3 (or 0xEBEAE3) is known color: Rice Cake. HEX triplet: EB, EA and E3. RGB value is (235,234,227). Sum of RGB (Red+Green+Blue) = 235+234+227=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 227 (89.06% from 255 or 32.61% from 696); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEAE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEAE3 is #14151C. Grayscale: #E9E9E9. Windows color (decimal): -1316125 or 14936811. OLE color: 14936811.

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

Color convert

RGB 235 234 227 -
CMYK 0 0.00 0.03 0.08
HSL 52.5º 0.17% 0.91% -
HSV(B) 52.5º 0.03% 0.92% -
XYZ 77.55 82.05 84.42 -
YUV 233.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 235 234 227 0 0.00 0.03 0.08 52.5 0.17 0.91
Hex EB EA E3 0 0 3 8 34 11 5B
Octal 353 352 343 0 0 3 10 64 21 133
Binary 11101011 11101010 11100011 0 0 11 1000 110100 10001 1011011

Color Harmonies of #EBEAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEAE3

Black with #EBEAE3

Text Example


Text Example

White with #EBEAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEAE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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