#EDFD73

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

Shades of Dolly #EDFD73

Tints of Dolly #EDFD73

Color information

#EDFD73 (or 0xEDFD73) is unknown color: approx Dolly. HEX triplet: ED, FD and 73. RGB value is (237,253,115). Sum of RGB (Red+Green+Blue) = 237+253+115=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 115 (45.31% from 255 or 19.01% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFD73 is #12028C. Grayscale: #E9E9E9. Windows color (decimal): -1180301 or 7601645. OLE color: 7601645.

HSL color Cylindrical-coordinate representation of color #EDFD73: hue angle of 66.96º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDFD73 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB237253115-
CMYK0.0600.550.01
HSL66.96º97.18%72.16%-
HSV(B)66.96º54.55%99.22%-
XYZ73.1489.4929.64-
YUV232.4861.7131.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 253 (99.22% from 255) = 41.82%
BLUE value IS 115 (45.31% from 255) = 19.01%
R=39.17%
G=41.82%
B=19.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372531150.0600.550.0166.9697.1872.16
HexEDFD7360371436148
Octal35537516360671103141110
Binary1110110111111101111001111001101111100001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFD73; }

 p { color: rgb(237,253,115); }

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

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

 a { background-color: rgb(237,253,115); }

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

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

 span { border-color: rgb(237,253,115); }

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