#EEF2CD

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

Shades of Rice Flower #EEF2CD

Tints of Rice Flower #EEF2CD

Color information

#EEF2CD (or 0xEEF2CD) is unknown color: approx Rice Flower. HEX triplet: EE, F2 and CD. RGB value is (238,242,205). Sum of RGB (Red+Green+Blue) = 238+242+205=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 205 (80.47% from 255 or 29.93% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2CD is #110D32. Grayscale: #ECECEC. Windows color (decimal): -1117491 or 13497070. OLE color: 13497070.

HSL color Cylindrical-coordinate representation of color #EEF2CD: hue angle of 66.49º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EEF2CD is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB238242205-
CMYK0.0200.150.05
HSL66.49º58.73%87.65%-
HSV(B)66.49º15.29%94.9%-
XYZ78.0386.0970.26-
YUV236.59110.17129.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.74%
GREEN value IS 242 (94.92% from 255) = 35.33%
BLUE value IS 205 (80.47% from 255) = 29.93%
R=34.74%
G=35.33%
B=29.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382422050.0200.150.0566.4958.7387.65
HexEEF2CD20F5423b58
Octal3563623152017510273130
Binary111011101111001011001101100111110110000101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF2CD; }

 p { color: rgb(238,242,205); }

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

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

 a { background-color: rgb(238,242,205); }

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

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

 span { border-color: rgb(238,242,205); }

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