#EEEFD0

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

Shades of Mimosa #EEEFD0

Tints of Mimosa #EEEFD0

Color information

#EEEFD0 (or 0xEEEFD0) is unknown color: approx Mimosa. HEX triplet: EE, EF and D0. RGB value is (238,239,208). Sum of RGB (Red+Green+Blue) = 238+239+208=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 208 (81.64% from 255 or 30.36% from 685); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFD0 is #11102F. Grayscale: #EBEBEB. Windows color (decimal): -1118256 or 13692910. OLE color: 13692910.

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

Color convert

RGB238239208-
CMYK0.0000.130.06
HSL61.94º49.21%87.65%-
HSV(B)61.94º12.97%93.73%-
XYZ77.5184.4671.89-
YUV235.17112.67130.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.74%
GREEN value IS 239 (93.75% from 255) = 34.89%
BLUE value IS 208 (81.64% from 255) = 30.36%
R=34.74%
G=34.89%
B=30.36%

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
Decimal2382392080.0000.130.0661.9449.2187.65
HexEEEFD000D63e3158
Octal356357320001567661130
Binary1110111011101111110100000011011101111101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFD0; }

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

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

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

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

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

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

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

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