#EEF0CF

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

Shades of Mimosa #EEF0CF

Tints of Mimosa #EEF0CF

Color information

#EEF0CF (or 0xEEF0CF) is unknown color: approx Mimosa. HEX triplet: EE, F0 and CF. RGB value is (238,240,207). Sum of RGB (Red+Green+Blue) = 238+240+207=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 240 (94.14% from 255 or 35.04% from 685); Blue value is 207 (81.25% from 255 or 30.22% from 685); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0CF is #110F30. Grayscale: #EBEBEB. Windows color (decimal): -1118001 or 13627630. OLE color: 13627630.

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

Color convert

RGB238240207-
CMYK0.0100.140.06
HSL63.64º52.38%87.65%-
HSV(B)63.64º13.75%94.12%-
XYZ77.688571.34-
YUV235.64111.84129.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.74%
GREEN value IS 240 (94.14% from 255) = 35.04%
BLUE value IS 207 (81.25% from 255) = 30.22%
R=34.74%
G=35.04%
B=30.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2382402070.0100.140.0663.6452.3887.65
HexEEF0CF10E6403458
Octal3563603171016610064130
Binary11101110111100001100111110111011010000001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF0CF; }

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

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

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

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

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

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

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

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