#EEF4CB

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

Shades of Rice Flower #EEF4CB

Tints of Rice Flower #EEF4CB

Color information

#EEF4CB (or 0xEEF4CB) is unknown color: approx Rice Flower. HEX triplet: EE, F4 and CB. RGB value is (238,244,203). Sum of RGB (Red+Green+Blue) = 238+244+203=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 203 (79.69% from 255 or 29.64% from 685); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4CB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF4CB is #110B34. Grayscale: #EDEDED. Windows color (decimal): -1116981 or 13366510. OLE color: 13366510.

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

Color convert

RGB238244203-
CMYK0.0200.170.04
HSL68.78º65.08%87.65%-
HSV(B)68.78º16.8%95.69%-
XYZ78.3987.1969.2-
YUV237.53108.51128.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.74%
GREEN value IS 244 (95.70% from 255) = 35.62%
BLUE value IS 203 (79.69% from 255) = 29.64%
R=34.74%
G=35.62%
B=29.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382442030.0200.170.0468.7865.0887.65
HexEEF4CB20114454158
Octal35636431320214105101130
Binary11101110111101001100101110010001100100010110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF4CB; }

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

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

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

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

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

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

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

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