#EFF06D

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

Shades of Dolly #EFF06D

Tints of Dolly #EFF06D

Color information

#EFF06D (or 0xEFF06D) is unknown color: approx Dolly. HEX triplet: EF, F0 and 6D. RGB value is (239,240,109). Sum of RGB (Red+Green+Blue) = 239+240+109=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 109 (42.97% from 255 or 18.54% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF06D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF06D is #100F92. Grayscale: #E1E1E1. Windows color (decimal): -1052563 or 7205103. OLE color: 7205103.

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

Color convert

RGB239240109-
CMYK0.0000.550.06
HSL60.46º81.37%68.43%-
HSV(B)60.46º54.58%94.12%-
XYZ69.5281.7826.59-
YUV224.7762.67138.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.65%
GREEN value IS 240 (94.14% from 255) = 40.82%
BLUE value IS 109 (42.97% from 255) = 18.54%
R=40.65%
G=40.82%
B=18.54%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392401090.0000.550.0660.4681.3768.43
HexEFF06D003763c5144
Octal3573601550067674121104
Binary111011111111000011011010011011111011110010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF06D; }

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

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

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

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

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

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

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

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