#EAEDD4

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

Shades of Rice Flower #EAEDD4

Tints of Rice Flower #EAEDD4

Color information

#EAEDD4 (or 0xEAEDD4) is unknown color: approx Rice Flower. HEX triplet: EA, ED and D4. RGB value is (234,237,212). Sum of RGB (Red+Green+Blue) = 234+237+212=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 237 (92.97% from 255 or 34.70% from 683); Blue value is 212 (83.20% from 255 or 31.04% from 683); Max value from RGB is 237 - color contains mainly: green. Hex color #EAEDD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEDD4 is #15122B. Grayscale: #E9E9E9. Windows color (decimal): -1380908 or 13954538. OLE color: 13954538.

HSL color Cylindrical-coordinate representation of color #EAEDD4: hue angle of 67.2º degrees, saturation: 0.41, 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 #EAEDD4 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB234237212-
CMYK0.0100.110.07
HSL67.2º40.98%88.04%-
HSV(B)67.2º10.55%92.94%-
XYZ76.182.8174.26-
YUV233.25116.01128.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 237 (92.97% from 255) = 34.70%
BLUE value IS 212 (83.20% from 255) = 31.04%
R=34.26%
G=34.70%
B=31.04%

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
Decimal2342372120.0100.110.0767.240.9888.04
HexEAEDD410B7432958
Octal3523553241013710351130
Binary11101010111011011101010010101111110000111010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEDD4; }

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

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

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

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

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

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

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

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