Html Css Color HEX #EEEADB Rice Cake

📋 copy color: '#EEEADB'

red 238 ◦ green 234 ◦ blue 219

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

Shades of Rice Cake #EEEADB

Tints of Rice Cake #EEEADB

RGB

 RED value IS 238 (93.36% from 255) = 34.44%

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

 BLUE value IS 219 (85.94% from 255) = 31.69%

R = 34.44%
G = 33.86%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EEEADB (or 0xEEEADB) is known color: Rice Cake. HEX triplet: EE, EA and DB. RGB value is (238,234,219). Sum of RGB (Red+Green+Blue) = 238+234+219=691 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.44% from 691); Green value is 234 (91.80% from 255 or 33.86% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEADB is #111524. Grayscale: #E9E9E9. Windows color (decimal): -1119525 or 14412526. OLE color: 14412526.

HSL color Cylindrical-coordinate representation of color #EEEADB: hue angle of 47.37º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEEADB is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 234 219 -
CMYK 0 0.02 0.08 0.07
HSL 47.37º 0.36% 0.9% -
HSV(B) 47.37º 0.08% 0.93% -
XYZ 77.47 82.14 78.79 -
YUV 233.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 238 234 219 0 0.02 0.08 0.07 47.37 0.36 0.9
Hex EE EA DB 0 2 8 7 2F 24 5A
Octal 356 352 333 0 2 10 7 57 44 132
Binary 11101110 11101010 11011011 0 10 1000 111 101111 100100 1011010

Color Harmonies of #EEEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEADB

Black with #EEEADB

Text Example


Text Example

White with #EEEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEADB; }

 p { color: rgb(238,234,219); }

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

background-color css

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

 a { background-color: rgb(238,234,219); }

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

border-color css

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

 span { border-color: rgb(238,234,219); }

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