#EDF173

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

Shades of Dolly #EDF173

Tints of Dolly #EDF173

Color information

#EDF173 (or 0xEDF173) is unknown color: approx Dolly. HEX triplet: ED, F1 and 73. RGB value is (237,241,115). Sum of RGB (Red+Green+Blue) = 237+241+115=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 115 (45.31% from 255 or 19.39% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF173 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF173 is #120E8C. Grayscale: #E1E1E1. Windows color (decimal): -1183373 or 7598573. OLE color: 7598573.

HSL color Cylindrical-coordinate representation of color #EDF173: hue angle of 61.9º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDF173 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB237241115-
CMYK0.0200.520.05
HSL61.9º81.82%69.8%-
HSV(B)61.9º52.28%94.51%-
XYZ69.4782.1528.42-
YUV225.4465.67136.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.97%
GREEN value IS 241 (94.53% from 255) = 40.64%
BLUE value IS 115 (45.31% from 255) = 19.39%
R=39.97%
G=40.64%
B=19.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411150.0200.520.0561.981.8269.8
HexEDF173203453e5246
Octal3553611632064576122106
Binary1110110111110001111001110011010010111111010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF173; }

 p { color: rgb(237,241,115); }

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

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

 a { background-color: rgb(237,241,115); }

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

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

 span { border-color: rgb(237,241,115); }

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