#EDF078

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

Shades of Dolly #EDF078

Tints of Dolly #EDF078

Color information

#EDF078 (or 0xEDF078) is unknown color: approx Dolly. HEX triplet: ED, F0 and 78. RGB value is (237,240,120). Sum of RGB (Red+Green+Blue) = 237+240+120=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 120 (47.27% from 255 or 20.10% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF078 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF078 is #120F87. Grayscale: #E1E1E1. Windows color (decimal): -1183624 or 7925997. OLE color: 7925997.

HSL color Cylindrical-coordinate representation of color #EDF078: hue angle of 61.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 #EDF078 is Cyan = 0.01, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB237240120-
CMYK0.0100.50.06
HSL61.5º80%70.59%-
HSV(B)61.5º50%94.12%-
XYZ69.4881.6829.87-
YUV225.4268.51136.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.70%
GREEN value IS 240 (94.14% from 255) = 40.20%
BLUE value IS 120 (47.27% from 255) = 20.10%
R=39.70%
G=40.20%
B=20.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372401200.0100.50.0661.58070.59
HexEDF078103263e5047
Octal3553601701062676120107
Binary111011011111000011110001011001011011111010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF078; }

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

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

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

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

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

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

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

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