#EAEDD5

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

Shades of Rice Flower #EAEDD5

Tints of Rice Flower #EAEDD5

Color information

#EAEDD5 (or 0xEAEDD5) is unknown color: approx Rice Flower. HEX triplet: EA, ED and D5. RGB value is (234,237,213). Sum of RGB (Red+Green+Blue) = 234+237+213=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 213 (83.59% from 255 or 31.14% from 684); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDD5 is #15122A. Grayscale: #E9E9E9. Windows color (decimal): -1380907 or 14020074. OLE color: 14020074.

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

Color convert

RGB234237213-
CMYK0.0100.100.07
HSL67.5º40%88.24%-
HSV(B)67.5º10.13%92.94%-
XYZ76.2382.8674.93-
YUV233.37116.51128.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 237 (92.97% from 255) = 34.65%
BLUE value IS 213 (83.59% from 255) = 31.14%
R=34.21%
G=34.65%
B=31.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342372130.0100.100.0767.54088.24
HexEAEDD510A7442858
Octal3523553251012710450130
Binary11101010111011011101010110101011110001001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDD5; }

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

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

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

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

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

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

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

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