#EAF1CF

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

Shades of Rice Flower #EAF1CF

Tints of Rice Flower #EAF1CF

Color information

#EAF1CF (or 0xEAF1CF) is unknown color: approx Rice Flower. HEX triplet: EA, F1 and CF. RGB value is (234,241,207). Sum of RGB (Red+Green+Blue) = 234+241+207=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 207 (81.25% from 255 or 30.35% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1CF is #150E30. Grayscale: #EBEBEB. Windows color (decimal): -1379889 or 13627882. OLE color: 13627882.

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

Color convert

RGB234241207-
CMYK0.0300.140.05
HSL72.35º54.84%87.84%-
HSV(B)72.35º14.11%94.51%-
XYZ76.6584.9171.38-
YUV235.03112.18127.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 241 (94.53% from 255) = 35.34%
BLUE value IS 207 (81.25% from 255) = 30.35%
R=34.31%
G=35.34%
B=30.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342412070.0300.140.0572.3554.8487.84
HexEAF1CF30E5483758
Octal3523613173016511067130
Binary111010101111000111001111110111010110010001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1CF; }

 p { color: rgb(234,241,207); }

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

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

 a { background-color: rgb(234,241,207); }

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

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

 span { border-color: rgb(234,241,207); }

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