#EDF975

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

Shades of Dolly #EDF975

Tints of Dolly #EDF975

Color information

#EDF975 (or 0xEDF975) is unknown color: approx Dolly. HEX triplet: ED, F9 and 75. RGB value is (237,249,117). Sum of RGB (Red+Green+Blue) = 237+249+117=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 249 (97.66% from 255 or 41.29% from 603); Blue value is 117 (46.09% from 255 or 19.40% from 603); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF975 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF975 is #12068A. Grayscale: #E6E6E6. Windows color (decimal): -1181323 or 7731693. OLE color: 7731693.

HSL color Cylindrical-coordinate representation of color #EDF975: hue angle of 65.45º degrees, saturation: 0.92, 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 #EDF975 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB237249117-
CMYK0.0500.530.02
HSL65.45º91.67%71.76%-
HSV(B)65.45º53.01%97.65%-
XYZ72.0187.0429.83-
YUV230.3664.02132.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 249 (97.66% from 255) = 41.29%
BLUE value IS 117 (46.09% from 255) = 19.40%
R=39.30%
G=41.29%
B=19.40%

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
Decimal2372491170.0500.530.0265.4591.6771.76
HexEDF97550352415c48
Octal35537116550652101134110
Binary11101101111110011110101101011010110100000110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF975; }

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

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

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

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

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

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

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

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