#EFF0D2

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

Shades of Mimosa #EFF0D2

Tints of Mimosa #EFF0D2

Color information

#EFF0D2 (or 0xEFF0D2) is unknown color: approx Mimosa. HEX triplet: EF, F0 and D2. RGB value is (239,240,210). Sum of RGB (Red+Green+Blue) = 239+240+210=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 240 (94.14% from 255 or 34.83% from 689); Blue value is 210 (82.42% from 255 or 30.48% from 689); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF0D2 is #100F2D. Grayscale: #ECECEC. Windows color (decimal): -1052462 or 13824239. OLE color: 13824239.

HSL color Cylindrical-coordinate representation of color #EFF0D2: hue angle of 62º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EFF0D2 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB239240210-
CMYK0.0000.120.06
HSL62º50%88.24%-
HSV(B)62º12.5%94.12%-
XYZ78.3985.3273.31-
YUV236.28113.17129.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 240 (94.14% from 255) = 34.83%
BLUE value IS 210 (82.42% from 255) = 30.48%
R=34.69%
G=34.83%
B=30.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392402100.0000.120.06625088.24
HexEFF0D200C63e3258
Octal357360322001467662130
Binary1110111111110000110100100011001101111101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF0D2; }

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

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

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

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

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

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

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

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