#EDF570

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

Shades of Dolly #EDF570

Tints of Dolly #EDF570

Color information

#EDF570 (or 0xEDF570) is unknown color: approx Dolly. HEX triplet: ED, F5 and 70. RGB value is (237,245,112). Sum of RGB (Red+Green+Blue) = 237+245+112=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 112 (44.14% from 255 or 18.86% from 594); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF570 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF570 is #120A8F. Grayscale: #E3E3E3. Windows color (decimal): -1182352 or 7402989. OLE color: 7402989.

HSL color Cylindrical-coordinate representation of color #EDF570: hue angle of 63.61º 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 #EDF570 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB237245112-
CMYK0.0300.540.04
HSL63.61º86.93%70%-
HSV(B)63.61º54.29%96.08%-
XYZ70.584.4827.92-
YUV227.4562.85134.81-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 245 (96.09% from 255) = 41.25%
BLUE value IS 112 (44.14% from 255) = 18.86%
R=39.90%
G=41.25%
B=18.86%

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
Decimal2372451120.0300.540.0463.6186.9370
HexEDF57030364405746
Octal35536516030664100127106
Binary11101101111101011110000110110110100100000010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF570; }

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

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

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

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

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

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

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

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