#EEF7D0

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

Shades of Rice Flower #EEF7D0

Tints of Rice Flower #EEF7D0

Color information

#EEF7D0 (or 0xEEF7D0) is unknown color: approx Rice Flower. HEX triplet: EE, F7 and D0. RGB value is (238,247,208). Sum of RGB (Red+Green+Blue) = 238+247+208=693 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.34% from 693); Green value is 247 (96.88% from 255 or 35.64% from 693); Blue value is 208 (81.64% from 255 or 30.01% from 693); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF7D0 is #11082F. Grayscale: #F0F0F0. Windows color (decimal): -1116208 or 13694958. OLE color: 13694958.

HSL color Cylindrical-coordinate representation of color #EEF7D0: hue angle of 73.85º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEF7D0 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB238247208-
CMYK0.0400.160.03
HSL73.85º70.91%89.22%-
HSV(B)73.85º15.79%96.86%-
XYZ79.9189.2572.69-
YUV239.86110.02126.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.34%
GREEN value IS 247 (96.88% from 255) = 35.64%
BLUE value IS 208 (81.64% from 255) = 30.01%
R=34.34%
G=35.64%
B=30.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382472080.0400.160.0373.8570.9189.22
HexEEF7D0401034a4759
Octal35636732040203112107131
Binary11101110111101111101000010001000011100101010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF7D0; }

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

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

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

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

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

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

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

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