#EFF0D0

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

Shades of Mimosa #EFF0D0

Tints of Mimosa #EFF0D0

Color information

#EFF0D0 (or 0xEFF0D0) is unknown color: approx Mimosa. HEX triplet: EF, F0 and D0. RGB value is (239,240,208). Sum of RGB (Red+Green+Blue) = 239+240+208=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 208 (81.64% from 255 or 30.28% from 687); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0D0 is #100F2F. Grayscale: #ECECEC. Windows color (decimal): -1052464 or 13693167. OLE color: 13693167.

HSL color Cylindrical-coordinate representation of color #EFF0D0: hue angle of 61.88º degrees, saturation: 0.52, 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 #EFF0D0 is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB239240208-
CMYK0.0000.130.06
HSL61.88º51.61%87.84%-
HSV(B)61.88º13.33%94.12%-
XYZ78.1485.2272.01-
YUV236.05112.17130.1-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 240 (94.14% from 255) = 34.93%
BLUE value IS 208 (81.64% from 255) = 30.28%
R=34.79%
G=34.93%
B=30.28%

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
Decimal2392402080.0000.130.0661.8851.6187.84
HexEFF0D000D63e3458
Octal357360320001567664130
Binary1110111111110000110100000011011101111101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0D0; }

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

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

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

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

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

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

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

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