#EEF1D0

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

Shades of Rice Flower #EEF1D0

Tints of Rice Flower #EEF1D0

Color information

#EEF1D0 (or 0xEEF1D0) is unknown color: approx Rice Flower. HEX triplet: EE, F1 and D0. RGB value is (238,241,208). Sum of RGB (Red+Green+Blue) = 238+241+208=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 208 (81.64% from 255 or 30.28% from 687); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1D0 is #110E2F. Grayscale: #ECECEC. Windows color (decimal): -1117744 or 13693422. OLE color: 13693422.

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

Color convert

RGB238241208-
CMYK0.0100.140.05
HSL65.45º54.1%88.04%-
HSV(B)65.45º13.69%94.51%-
XYZ78.185.6472.09-
YUV236.34112.01129.18-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.64%
GREEN value IS 241 (94.53% from 255) = 35.08%
BLUE value IS 208 (81.64% from 255) = 30.28%
R=34.64%
G=35.08%
B=30.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382412080.0100.140.0565.4554.188.04
HexEEF1D010E5413658
Octal3563613201016510166130
Binary11101110111100011101000010111010110000011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1D0; }

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

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

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

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

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

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

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

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