#EFF1D0

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

Shades of Mimosa #EFF1D0

Tints of Mimosa #EFF1D0

Color information

#EFF1D0 (or 0xEFF1D0) is unknown color: approx Mimosa. HEX triplet: EF, F1 and D0. RGB value is (239,241,208). Sum of RGB (Red+Green+Blue) = 239+241+208=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 241 (94.53% from 255 or 35.03% from 688); Blue value is 208 (81.64% from 255 or 30.23% from 688); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1D0 is #100E2F. Grayscale: #ECECEC. Windows color (decimal): -1052208 or 13693423. OLE color: 13693423.

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

Color convert

RGB239241208-
CMYK0.0100.140.05
HSL63.64º54.1%88.04%-
HSV(B)63.64º13.69%94.51%-
XYZ78.4485.8272.1-
YUV236.64111.84129.68-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 241 (94.53% from 255) = 35.03%
BLUE value IS 208 (81.64% from 255) = 30.23%
R=34.74%
G=35.03%
B=30.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392412080.0100.140.0563.6454.188.04
HexEFF1D010E5403658
Octal3573613201016510066130
Binary11101111111100011101000010111010110000001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1D0; }

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

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

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

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

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

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

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

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