#EAF2D2

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

Shades of Rice Flower #EAF2D2

Tints of Rice Flower #EAF2D2

Color information

#EAF2D2 (or 0xEAF2D2) is unknown color: approx Rice Flower. HEX triplet: EA, F2 and D2. RGB value is (234,242,210). Sum of RGB (Red+Green+Blue) = 234+242+210=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 210 (82.42% from 255 or 30.61% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2D2 is #150D2D. Grayscale: #ECECEC. Windows color (decimal): -1379630 or 13824746. OLE color: 13824746.

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

Color convert

RGB234242210-
CMYK0.0300.130.05
HSL75º55.17%88.63%-
HSV(B)75º13.22%94.9%-
XYZ77.3285.6573.43-
YUV235.96113.35126.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 242 (94.92% from 255) = 35.28%
BLUE value IS 210 (82.42% from 255) = 30.61%
R=34.11%
G=35.28%
B=30.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342422100.0300.130.057555.1788.63
HexEAF2D230D54b3759
Octal3523623223015511367131
Binary111010101111001011010010110110110110010111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2D2; }

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

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

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

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

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

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

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

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