#EAF0D1

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

Shades of Rice Flower #EAF0D1

Tints of Rice Flower #EAF0D1

Color information

#EAF0D1 (or 0xEAF0D1) is unknown color: approx Rice Flower. HEX triplet: EA, F0 and D1. RGB value is (234,240,209). Sum of RGB (Red+Green+Blue) = 234+240+209=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 209 (82.03% from 255 or 30.60% from 683); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF0D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF0D1 is #150F2E. Grayscale: #EAEAEA. Windows color (decimal): -1380143 or 13758698. OLE color: 13758698.

HSL color Cylindrical-coordinate representation of color #EAF0D1: hue angle of 71.61º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EAF0D1 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB234240209-
CMYK0.0200.130.06
HSL71.61º50.82%88.04%-
HSV(B)71.61º12.92%94.12%-
XYZ76.684.4272.58-
YUV234.67113.51127.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 240 (94.14% from 255) = 35.14%
BLUE value IS 209 (82.03% from 255) = 30.60%
R=34.26%
G=35.14%
B=30.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342402090.0200.130.0671.6150.8288.04
HexEAF0D120D6483358
Octal3523603212015611063130
Binary111010101111000011010001100110111010010001100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF0D1; }

 p { color: rgb(234,240,209); }

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

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

 a { background-color: rgb(234,240,209); }

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

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

 span { border-color: rgb(234,240,209); }

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