Shades of Dolly #EDF373
Tints of Dolly #EDF373
RGB
CMYK
RGB Variations
Color information
#EDF373 (or 0xEDF373) is known color: Dolly. HEX triplet: ED, F3 and 73. RGB value is (237,243,115). Sum of RGB (Red+Green+Blue) = 237+243+115=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 243 (95.31% from 255 or 40.84% from 595); Blue value is 115 (45.31% from 255 or 19.33% from 595); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF373 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF373 is #120C8C. Grayscale: #E3E3E3. Windows color (decimal): -1182861 or 7599085. OLE color: 7599085.
HSL color Cylindrical-coordinate representation of color #EDF373: hue angle of 62.81º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDF373 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 115 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.05 |
| HSL | 62.81º | 0.84% | 0.7% | - |
| HSV(B) | 62.81º | 0.53% | 0.95% | - |
| XYZ | 70.07 | 83.34 | 28.61 | - |
| YUV | 226.61 | 65.01 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 115 | 0.02 | 0 | 0.53 | 0.05 | 62.81 | 0.84 | 0.7 |
| Hex | ED | F3 | 73 | 2 | 0 | 35 | 5 | 3F | 54 | 46 |
| Octal | 355 | 363 | 163 | 2 | 0 | 65 | 5 | 77 | 124 | 106 |
| Binary | 11101101 | 11110011 | 1110011 | 10 | 0 | 110101 | 101 | 111111 | 1010100 | 1000110 |
Color Harmonies of #EDF373
Complementary color
Monochromatic Colors of #EDF373
Black with #EDF373
Text Example
Text Example
White with #EDF373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF373; }
p { color: rgb(237,243,115); }
H1.HeaderClassName
{
color: #EDF373;
}
.AnyTagClassName
{
color: #EDF373;
}
</style>
background-color css
<style>
a { background-color: #EDF373; }
a { background-color: rgb(237,243,115); }
div.DivClassName
{
background-color: #EDF373;
}
.BgClassName
{
background-color: #EDF373;
}
</style>
border-color css
<style>
span { border-color: #EDF373; }
span { border-color: rgb(237,243,115); }
td.TdClassName
{
border-color: #EDF373;
}
.TagClassName
{
border-color: #EDF373;
}
</style>