#EEF7CA

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

Shades of Rice Flower #EEF7CA

Tints of Rice Flower #EEF7CA

Color information

#EEF7CA (or 0xEEF7CA) is unknown color: approx Rice Flower. HEX triplet: EE, F7 and CA. RGB value is (238,247,202). Sum of RGB (Red+Green+Blue) = 238+247+202=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 247 (96.88% from 255 or 35.95% from 687); Blue value is 202 (79.30% from 255 or 29.40% from 687); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF7CA is #110835. Grayscale: #EFEFEF. Windows color (decimal): -1116214 or 13301742. OLE color: 13301742.

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

Color convert

RGB238247202-
CMYK0.0400.180.03
HSL72º73.77%88.04%-
HSV(B)72º18.22%96.86%-
XYZ79.1888.9668.88-
YUV239.18107.02127.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.64%
GREEN value IS 247 (96.88% from 255) = 35.95%
BLUE value IS 202 (79.30% from 255) = 29.40%
R=34.64%
G=35.95%
B=29.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2382472020.0400.180.037273.7788.04
HexEEF7CA40123484a58
Octal35636731240223110112130
Binary11101110111101111100101010001001011100100010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF7CA; }

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

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

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

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

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

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

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

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