#EEEFCF

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

Shades of Mimosa #EEEFCF

Tints of Mimosa #EEEFCF

Color information

#EEEFCF (or 0xEEEFCF) is unknown color: approx Mimosa. HEX triplet: EE, EF and CF. RGB value is (238,239,207). Sum of RGB (Red+Green+Blue) = 238+239+207=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 207 (81.25% from 255 or 30.26% from 684); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFCF is #111030. Grayscale: #EBEBEB. Windows color (decimal): -1118257 or 13627374. OLE color: 13627374.

HSL color Cylindrical-coordinate representation of color #EEEFCF: hue angle of 61.88º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEEFCF is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB238239207-
CMYK0.0000.130.06
HSL61.88º50%87.45%-
HSV(B)61.88º13.39%93.73%-
XYZ77.3984.4271.25-
YUV235.05112.17130.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.80%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 207 (81.25% from 255) = 30.26%
R=34.80%
G=34.94%
B=30.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382392070.0000.130.0661.885087.45
HexEEEFCF00D63e3257
Octal356357317001567662127
Binary1110111011101111110011110011011101111101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFCF; }

 p { color: rgb(238,239,207); }

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

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

 a { background-color: rgb(238,239,207); }

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

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

 span { border-color: rgb(238,239,207); }

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