Html Css Color HEX #EAE9E5 Rice Cake

📋 copy color: '#EAE9E5'

red 234 ◦ green 233 ◦ blue 229

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

Shades of Rice Cake #EAE9E5

Tints of Rice Cake #EAE9E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 32.9%

R = 33.62%
G = 33.48%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EAE9E5 (or 0xEAE9E5) is known color: Rice Cake. HEX triplet: EA, E9 and E5. RGB value is (234,233,229). Sum of RGB (Red+Green+Blue) = 234+233+229=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 233 (91.41% from 255 or 33.48% from 696); Blue value is 229 (89.84% from 255 or 32.90% from 696); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE9E5 is #15161A. Grayscale: #E8E8E8. Windows color (decimal): -1381915 or 15067626. OLE color: 15067626.

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

Color convert

RGB 234 233 229 -
CMYK 0 0.00 0.02 0.08
HSL 48º 0.11% 0.91% -
HSV(B) 48º 0.02% 0.92% -
XYZ 77.21 81.43 85.78 -
YUV 232.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 234 233 229 0 0.00 0.02 0.08 48 0.11 0.91
Hex EA E9 E5 0 0 2 8 30 B 5B
Octal 352 351 345 0 0 2 10 60 13 133
Binary 11101010 11101001 11100101 0 0 10 1000 110000 1011 1011011

Color Harmonies of #EAE9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE9E5

Black with #EAE9E5

Text Example


Text Example

White with #EAE9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE9E5; }

 p { color: rgb(234,233,229); }

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

background-color css

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

 a { background-color: rgb(234,233,229); }

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

border-color css

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

 span { border-color: rgb(234,233,229); }

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