#EFF0CF

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

Shades of Mimosa #EFF0CF

Tints of Mimosa #EFF0CF

Color information

#EFF0CF (or 0xEFF0CF) is unknown color: approx Mimosa. HEX triplet: EF, F0 and CF. RGB value is (239,240,207). Sum of RGB (Red+Green+Blue) = 239+240+207=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 240 (94.14% from 255 or 34.99% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0CF is #100F30. Grayscale: #ECECEC. Windows color (decimal): -1052465 or 13627631. OLE color: 13627631.

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

Color convert

RGB239240207-
CMYK0.0000.140.06
HSL61.82º52.38%87.65%-
HSV(B)61.82º13.75%94.12%-
XYZ78.0285.1871.36-
YUV235.94111.67130.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 240 (94.14% from 255) = 34.99%
BLUE value IS 207 (81.25% from 255) = 30.17%
R=34.84%
G=34.99%
B=30.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392402070.0000.140.0661.8252.3887.65
HexEFF0CF00E63e3458
Octal357360317001667664130
Binary1110111111110000110011110011101101111101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0CF; }

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

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

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

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

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

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

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

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