#EEF7CC

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

Shades of Rice Flower #EEF7CC

Tints of Rice Flower #EEF7CC

Color information

#EEF7CC (or 0xEEF7CC) is unknown color: approx Rice Flower. HEX triplet: EE, F7 and CC. RGB value is (238,247,204). Sum of RGB (Red+Green+Blue) = 238+247+204=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 247 (96.88% from 255 or 35.85% from 689); Blue value is 204 (80.08% from 255 or 29.61% from 689); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7CC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF7CC is #110833. Grayscale: #EFEFEF. Windows color (decimal): -1116212 or 13432814. OLE color: 13432814.

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

Color convert

RGB238247204-
CMYK0.0400.170.03
HSL72.56º72.88%88.43%-
HSV(B)72.56º17.41%96.86%-
XYZ79.4289.0670.13-
YUV239.41108.02127-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.54%
GREEN value IS 247 (96.88% from 255) = 35.85%
BLUE value IS 204 (80.08% from 255) = 29.61%
R=34.54%
G=35.85%
B=29.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382472040.0400.170.0372.5672.8888.43
HexEEF7CC40113494958
Octal35636731440213111111130
Binary11101110111101111100110010001000111100100110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF7CC; }

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

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

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

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

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

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

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

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