#EFF1CD

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

Shades of Mimosa #EFF1CD

Tints of Mimosa #EFF1CD

Color information

#EFF1CD (or 0xEFF1CD) is unknown color: approx Mimosa. HEX triplet: EF, F1 and CD. RGB value is (239,241,205). Sum of RGB (Red+Green+Blue) = 239+241+205=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 241 (94.53% from 255 or 35.18% from 685); Blue value is 205 (80.47% from 255 or 29.93% from 685); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1CD is #100E32. Grayscale: #ECECEC. Windows color (decimal): -1052211 or 13496815. OLE color: 13496815.

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

Color convert

RGB239241205-
CMYK0.0100.150.05
HSL63.33º56.25%87.45%-
HSV(B)63.33º14.94%94.51%-
XYZ78.0785.6770.18-
YUV236.3110.34129.93-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 241 (94.53% from 255) = 35.18%
BLUE value IS 205 (80.47% from 255) = 29.93%
R=34.89%
G=35.18%
B=29.93%

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
Decimal2392412050.0100.150.0563.3356.2587.45
HexEFF1CD10F53f3857
Octal357361315101757770127
Binary1110111111110001110011011011111011111111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1CD; }

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

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

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

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

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

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

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

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