#EAF2D4

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

Shades of Rice Flower #EAF2D4

Tints of Rice Flower #EAF2D4

Color information

#EAF2D4 (or 0xEAF2D4) is unknown color: approx Rice Flower. HEX triplet: EA, F2 and D4. RGB value is (234,242,212). Sum of RGB (Red+Green+Blue) = 234+242+212=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 212 (83.20% from 255 or 30.81% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2D4 is #150D2B. Grayscale: #ECECEC. Windows color (decimal): -1379628 or 13955818. OLE color: 13955818.

HSL color Cylindrical-coordinate representation of color #EAF2D4: hue angle of 76º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAF2D4 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB234242212-
CMYK0.0300.120.05
HSL76º53.57%89.02%-
HSV(B)76º12.4%94.9%-
XYZ77.5785.7574.75-
YUV236.19114.35126.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 242 (94.92% from 255) = 35.17%
BLUE value IS 212 (83.20% from 255) = 30.81%
R=34.01%
G=35.17%
B=30.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342422120.0300.120.057653.5789.02
HexEAF2D430C54c3659
Octal3523623243014511466131
Binary111010101111001011010100110110010110011001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2D4; }

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

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

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

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

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

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

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

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