Shades of Dolly #EDF37A
Tints of Dolly #EDF37A
RGB
CMYK
RGB Variations
Color information
#EDF37A (or 0xEDF37A) is known color: Dolly. HEX triplet: ED, F3 and 7A. RGB value is (237,243,122). Sum of RGB (Red+Green+Blue) = 237+243+122=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 243 (95.31% from 255 or 40.37% from 602); Blue value is 122 (48.05% from 255 or 20.27% from 602); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF37A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF37A is #120C85. Grayscale: #E3E3E3. Windows color (decimal): -1182854 or 8057837. OLE color: 8057837.
HSL color Cylindrical-coordinate representation of color #EDF37A: hue angle of 62.98º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDF37A is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 122 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.05 |
| HSL | 62.98º | 0.83% | 0.72% | - |
| HSV(B) | 62.98º | 0.5% | 0.95% | - |
| XYZ | 70.49 | 83.51 | 30.82 | - |
| YUV | 227.41 | 68.51 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 122 | 0.02 | 0 | 0.50 | 0.05 | 62.98 | 0.83 | 0.72 |
| Hex | ED | F3 | 7A | 2 | 0 | 32 | 5 | 3F | 53 | 48 |
| Octal | 355 | 363 | 172 | 2 | 0 | 62 | 5 | 77 | 123 | 110 |
| Binary | 11101101 | 11110011 | 1111010 | 10 | 0 | 110010 | 101 | 111111 | 1010011 | 1001000 |
Color Harmonies of #EDF37A
Complementary color
Monochromatic Colors of #EDF37A
Black with #EDF37A
Text Example
Text Example
White with #EDF37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF37A; }
p { color: rgb(237,243,122); }
H1.HeaderClassName
{
color: #EDF37A;
}
.AnyTagClassName
{
color: #EDF37A;
}
</style>
background-color css
<style>
a { background-color: #EDF37A; }
a { background-color: rgb(237,243,122); }
div.DivClassName
{
background-color: #EDF37A;
}
.BgClassName
{
background-color: #EDF37A;
}
</style>
border-color css
<style>
span { border-color: #EDF37A; }
span { border-color: rgb(237,243,122); }
td.TdClassName
{
border-color: #EDF37A;
}
.TagClassName
{
border-color: #EDF37A;
}
</style>