#EEF0D2

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

Shades of Rice Flower #EEF0D2

Tints of Rice Flower #EEF0D2

Color information

#EEF0D2 (or 0xEEF0D2) is unknown color: approx Rice Flower. HEX triplet: EE, F0 and D2. RGB value is (238,240,210). Sum of RGB (Red+Green+Blue) = 238+240+210=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 210 (82.42% from 255 or 30.52% from 688); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0D2 is #110F2D. Grayscale: #ECECEC. Windows color (decimal): -1117998 or 13824238. OLE color: 13824238.

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

Color convert

RGB238240210-
CMYK0.0100.120.06
HSL64º50%88.24%-
HSV(B)64º12.5%94.12%-
XYZ78.0585.1573.29-
YUV235.98113.34129.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 240 (94.14% from 255) = 34.88%
BLUE value IS 210 (82.42% from 255) = 30.52%
R=34.59%
G=34.88%
B=30.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382402100.0100.120.06645088.24
HexEEF0D210C6403258
Octal3563603221014610062130
Binary11101110111100001101001010110011010000001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0D2; }

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

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

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

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

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

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

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

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