#EEF5C7

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

Shades of Rice Flower #EEF5C7

Tints of Rice Flower #EEF5C7

Color information

#EEF5C7 (or 0xEEF5C7) is unknown color: approx Rice Flower. HEX triplet: EE, F5 and C7. RGB value is (238,245,199). Sum of RGB (Red+Green+Blue) = 238+245+199=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 245 (96.09% from 255 or 35.92% from 682); Blue value is 199 (78.12% from 255 or 29.18% from 682); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF5C7 is #110A38. Grayscale: #EDEDED. Windows color (decimal): -1116729 or 13104622. OLE color: 13104622.

HSL color Cylindrical-coordinate representation of color #EEF5C7: hue angle of 69.13º degrees, saturation: 0.7, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEF5C7 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB238245199-
CMYK0.0300.190.04
HSL69.13º69.7%87.06%-
HSV(B)69.13º18.78%96.08%-
XYZ78.2287.6166.82-
YUV237.66106.18128.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 245 (96.09% from 255) = 35.92%
BLUE value IS 199 (78.12% from 255) = 29.18%
R=34.90%
G=35.92%
B=29.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382451990.0300.190.0469.1369.787.06
HexEEF5C730134454657
Octal35636530730234105106127
Binary11101110111101011100011111010011100100010110001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF5C7; }

 p { color: rgb(238,245,199); }

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

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

 a { background-color: rgb(238,245,199); }

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

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

 span { border-color: rgb(238,245,199); }

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