#EFF1CF

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

Shades of Mimosa #EFF1CF

Tints of Mimosa #EFF1CF

Color information

#EFF1CF (or 0xEFF1CF) is unknown color: approx Mimosa. HEX triplet: EF, F1 and CF. RGB value is (239,241,207). Sum of RGB (Red+Green+Blue) = 239+241+207=687 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.79% from 687); Green value is 241 (94.53% from 255 or 35.08% from 687); Blue value is 207 (81.25% from 255 or 30.13% from 687); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1CF is #100E30. Grayscale: #ECECEC. Windows color (decimal): -1052209 or 13627887. OLE color: 13627887.

HSL color Cylindrical-coordinate representation of color #EFF1CF: hue angle of 63.53º degrees, saturation: 0.55, 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 #EFF1CF is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB239241207-
CMYK0.0100.140.05
HSL63.53º54.84%87.84%-
HSV(B)63.53º14.11%94.51%-
XYZ78.3185.7771.46-
YUV236.53111.34129.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.79%
GREEN value IS 241 (94.53% from 255) = 35.08%
BLUE value IS 207 (81.25% from 255) = 30.13%
R=34.79%
G=35.08%
B=30.13%

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
Decimal2392412070.0100.140.0563.5354.8487.84
HexEFF1CF10E5403758
Octal3573613171016510067130
Binary11101111111100011100111110111010110000001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1CF; }

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

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

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

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

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

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

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

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