#EEF0D1

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

Shades of Rice Flower #EEF0D1

Tints of Rice Flower #EEF0D1

Color information

#EEF0D1 (or 0xEEF0D1) is unknown color: approx Rice Flower. HEX triplet: EE, F0 and D1. RGB value is (238,240,209). Sum of RGB (Red+Green+Blue) = 238+240+209=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 209 (82.03% from 255 or 30.42% from 687); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0D1 is #110F2E. Grayscale: #EBEBEB. Windows color (decimal): -1117999 or 13758702. OLE color: 13758702.

HSL color Cylindrical-coordinate representation of color #EEF0D1: hue angle of 63.87º 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 #EEF0D1 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB238240209-
CMYK0.0100.130.06
HSL63.87º50.82%88.04%-
HSV(B)63.87º12.92%94.12%-
XYZ77.9385.172.64-
YUV235.87112.84129.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.64%
GREEN value IS 240 (94.14% from 255) = 34.93%
BLUE value IS 209 (82.03% from 255) = 30.42%
R=34.64%
G=34.93%
B=30.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382402090.0100.130.0663.8750.8288.04
HexEEF0D110D6403358
Octal3563603211015610063130
Binary11101110111100001101000110110111010000001100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0D1; }

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

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

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

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

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

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

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

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