#EFF1CE

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

Shades of Mimosa #EFF1CE

Tints of Mimosa #EFF1CE

Color information

#EFF1CE (or 0xEFF1CE) is unknown color: approx Mimosa. HEX triplet: EF, F1 and CE. RGB value is (239,241,206). Sum of RGB (Red+Green+Blue) = 239+241+206=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 206 (80.86% from 255 or 30.03% from 686); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1CE is #100E31. Grayscale: #ECECEC. Windows color (decimal): -1052210 or 13562351. OLE color: 13562351.

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

Color convert

RGB239241206-
CMYK0.0100.150.05
HSL63.43º55.56%87.65%-
HSV(B)63.43º14.52%94.51%-
XYZ78.1985.7270.82-
YUV236.41110.84129.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 241 (94.53% from 255) = 35.13%
BLUE value IS 206 (80.86% from 255) = 30.03%
R=34.84%
G=35.13%
B=30.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392412060.0100.150.0563.4355.5687.65
HexEFF1CE10F53f3858
Octal357361316101757770130
Binary1110111111110001110011101011111011111111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1CE; }

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

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

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

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

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

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

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

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