#EDFA75

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

Shades of Dolly #EDFA75

Tints of Dolly #EDFA75

Color information

#EDFA75 (or 0xEDFA75) is unknown color: approx Dolly. HEX triplet: ED, FA and 75. RGB value is (237,250,117). Sum of RGB (Red+Green+Blue) = 237+250+117=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 250 (98.05% from 255 or 41.39% from 604); Blue value is 117 (46.09% from 255 or 19.37% from 604); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFA75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFA75 is #12058A. Grayscale: #E7E7E7. Windows color (decimal): -1181067 or 7731949. OLE color: 7731949.

HSL color Cylindrical-coordinate representation of color #EDFA75: hue angle of 65.86º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDFA75 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB237250117-
CMYK0.0500.530.02
HSL65.86º93.01%71.96%-
HSV(B)65.86º53.2%98.04%-
XYZ72.3287.6629.94-
YUV230.9563.69132.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.24%
GREEN value IS 250 (98.05% from 255) = 41.39%
BLUE value IS 117 (46.09% from 255) = 19.37%
R=39.24%
G=41.39%
B=19.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501170.0500.530.0265.8693.0171.96
HexEDFA7550352425d48
Octal35537216550652102135110
Binary11101101111110101110101101011010110100001010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFA75; }

 p { color: rgb(237,250,117); }

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

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

 a { background-color: rgb(237,250,117); }

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

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

 span { border-color: rgb(237,250,117); }

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