#EDF571

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

Shades of Dolly #EDF571

Tints of Dolly #EDF571

Color information

#EDF571 (or 0xEDF571) is unknown color: approx Dolly. HEX triplet: ED, F5 and 71. RGB value is (237,245,113). Sum of RGB (Red+Green+Blue) = 237+245+113=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 113 (44.53% from 255 or 18.99% from 595); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF571 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF571 is #120A8E. Grayscale: #E4E4E4. Windows color (decimal): -1182351 or 7468525. OLE color: 7468525.

HSL color Cylindrical-coordinate representation of color #EDF571: hue angle of 63.64º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDF571 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB237245113-
CMYK0.0300.540.04
HSL63.64º86.84%70.2%-
HSV(B)63.64º53.88%96.08%-
XYZ70.5684.528.21-
YUV227.5663.35134.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 245 (96.09% from 255) = 41.18%
BLUE value IS 113 (44.53% from 255) = 18.99%
R=39.83%
G=41.18%
B=18.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372451130.0300.540.0463.6486.8470.2
HexEDF57130364405746
Octal35536516130664100127106
Binary11101101111101011110001110110110100100000010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF571; }

 p { color: rgb(237,245,113); }

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

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

 a { background-color: rgb(237,245,113); }

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

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

 span { border-color: rgb(237,245,113); }

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