#EEF7CB

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

Shades of Rice Flower #EEF7CB

Tints of Rice Flower #EEF7CB

Color information

#EEF7CB (or 0xEEF7CB) is unknown color: approx Rice Flower. HEX triplet: EE, F7 and CB. RGB value is (238,247,203). Sum of RGB (Red+Green+Blue) = 238+247+203=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 203 (79.69% from 255 or 29.51% from 688); Max value from RGB is 247 - color contains mainly: green. Hex color #EEF7CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF7CB is #110834. Grayscale: #EFEFEF. Windows color (decimal): -1116213 or 13367278. OLE color: 13367278.

HSL color Cylindrical-coordinate representation of color #EEF7CB: hue angle of 72.27º degrees, saturation: 0.73, 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 #EEF7CB is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB238247203-
CMYK0.0400.180.03
HSL72.27º73.33%88.24%-
HSV(B)72.27º17.81%96.86%-
XYZ79.389.0169.5-
YUV239.29107.52127.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 247 (96.88% from 255) = 35.90%
BLUE value IS 203 (79.69% from 255) = 29.51%
R=34.59%
G=35.90%
B=29.51%

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
Decimal2382472030.0400.180.0372.2773.3388.24
HexEEF7CB40123484958
Octal35636731340223110111130
Binary11101110111101111100101110001001011100100010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF7CB; }

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

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

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

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

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

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

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

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