#EAF2CE

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

Shades of Rice Flower #EAF2CE

Tints of Rice Flower #EAF2CE

Color information

#EAF2CE (or 0xEAF2CE) is unknown color: approx Rice Flower. HEX triplet: EA, F2 and CE. RGB value is (234,242,206). Sum of RGB (Red+Green+Blue) = 234+242+206=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 206 (80.86% from 255 or 30.21% from 682); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF2CE is #150D31. Grayscale: #EBEBEB. Windows color (decimal): -1379634 or 13562602. OLE color: 13562602.

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

Color convert

RGB234242206-
CMYK0.0300.150.05
HSL73.33º58.06%87.84%-
HSV(B)73.33º14.88%94.9%-
XYZ76.8285.4570.84-
YUV235.5111.35126.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 242 (94.92% from 255) = 35.48%
BLUE value IS 206 (80.86% from 255) = 30.21%
R=34.31%
G=35.48%
B=30.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342422060.0300.150.0573.3358.0687.84
HexEAF2CE30F5493a58
Octal3523623163017511172130
Binary111010101111001011001110110111110110010011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2CE; }

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

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

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

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

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

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

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

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