#EAF1D0

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

Shades of Rice Flower #EAF1D0

Tints of Rice Flower #EAF1D0

Color information

#EAF1D0 (or 0xEAF1D0) is unknown color: approx Rice Flower. HEX triplet: EA, F1 and D0. RGB value is (234,241,208). Sum of RGB (Red+Green+Blue) = 234+241+208=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 208 (81.64% from 255 or 30.45% from 683); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF1D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF1D0 is #150E2F. Grayscale: #EBEBEB. Windows color (decimal): -1379888 or 13693418. OLE color: 13693418.

HSL color Cylindrical-coordinate representation of color #EAF1D0: hue angle of 72.73º degrees, saturation: 0.54, 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 #EAF1D0 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB234241208-
CMYK0.0300.140.05
HSL72.73º54.1%88.04%-
HSV(B)72.73º13.69%94.51%-
XYZ76.7784.9672.03-
YUV235.14112.68127.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 241 (94.53% from 255) = 35.29%
BLUE value IS 208 (81.64% from 255) = 30.45%
R=34.26%
G=35.29%
B=30.45%

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
Decimal2342412080.0300.140.0572.7354.188.04
HexEAF1D030E5493658
Octal3523613203016511166130
Binary111010101111000111010000110111010110010011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF1D0; }

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

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

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

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

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

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

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

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