#EAEDD2

Color #EAEDD2 Rice Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Flower #EAEDD2

Tints of Rice Flower #EAEDD2

Color information

#EAEDD2 (or 0xEAEDD2) is unknown color: approx Rice Flower. HEX triplet: EA, ED and D2. RGB value is (234,237,210). Sum of RGB (Red+Green+Blue) = 234+237+210=681 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.36% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 210 (82.42% from 255 or 30.84% from 681); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDD2 is #15122D. Grayscale: #E9E9E9. Windows color (decimal): -1380910 or 13823466. OLE color: 13823466.

HSL color Cylindrical-coordinate representation of color #EAEDD2: hue angle of 66.67º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EAEDD2 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB234237210-
CMYK0.0100.110.07
HSL66.67º42.86%87.65%-
HSV(B)66.67º11.39%92.94%-
XYZ75.8582.7172.94-
YUV233.02115.01128.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.36%
GREEN value IS 237 (92.97% from 255) = 34.80%
BLUE value IS 210 (82.42% from 255) = 30.84%
R=34.36%
G=34.80%
B=30.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342372100.0100.110.0766.6742.8687.65
HexEAEDD210B7432b58
Octal3523553221013710353130
Binary11101010111011011101001010101111110000111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDD2; }

 p { color: rgb(234,237,210); }

 H1.HeaderClassName
 {
   color: #EAEDD2;
 }
 .AnyTagClassName
 {
   color: #EAEDD2;
 }
</style>
background-color css

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

 a { background-color: rgb(234,237,210); }

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

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

 span { border-color: rgb(234,237,210); }

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