#EDF57A

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

Shades of Dolly #EDF57A

Tints of Dolly #EDF57A

Color information

#EDF57A (or 0xEDF57A) is unknown color: approx Dolly. HEX triplet: ED, F5 and 7A. RGB value is (237,245,122). Sum of RGB (Red+Green+Blue) = 237+245+122=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 245 (96.09% from 255 or 40.56% from 604); Blue value is 122 (48.05% from 255 or 20.20% from 604); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF57A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF57A is #120A85. Grayscale: #E5E5E5. Windows color (decimal): -1182342 or 8058349. OLE color: 8058349.

HSL color Cylindrical-coordinate representation of color #EDF57A: hue angle of 63.9º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDF57A is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB237245122-
CMYK0.0300.500.04
HSL63.9º86.01%71.96%-
HSV(B)63.9º50.2%96.08%-
XYZ71.0984.7131.02-
YUV228.5967.85134-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.24%
GREEN value IS 245 (96.09% from 255) = 40.56%
BLUE value IS 122 (48.05% from 255) = 20.20%
R=39.24%
G=40.56%
B=20.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372451220.0300.500.0463.986.0171.96
HexEDF57A30324405648
Octal35536517230624100126110
Binary11101101111101011111010110110010100100000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF57A; }

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

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

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

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

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

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

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

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