#EFF078

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

Shades of Dolly #EFF078

Tints of Dolly #EFF078

Color information

#EFF078 (or 0xEFF078) is unknown color: approx Dolly. HEX triplet: EF, F0 and 78. RGB value is (239,240,120). Sum of RGB (Red+Green+Blue) = 239+240+120=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 240 (94.14% from 255 or 40.07% from 599); Blue value is 120 (47.27% from 255 or 20.03% from 599); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF078 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF078 is #100F87. Grayscale: #E2E2E2. Windows color (decimal): -1052552 or 7925999. OLE color: 7925999.

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

Color convert

RGB239240120-
CMYK0.0000.50.06
HSL60.5º80%70.59%-
HSV(B)60.5º50%94.12%-
XYZ70.1582.0329.9-
YUV226.0268.17137.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.90%
GREEN value IS 240 (94.14% from 255) = 40.07%
BLUE value IS 120 (47.27% from 255) = 20.03%
R=39.90%
G=40.07%
B=20.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392401200.0000.50.0660.58070.59
HexEFF078003263c5047
Octal3573601700062674120107
Binary111011111111000011110000011001011011110010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF078; }

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

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

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

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

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

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

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

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