Shades of Dolly #EDF27A
Tints of Dolly #EDF27A
RGB
CMYK
RGB Variations
Color information
#EDF27A (or 0xEDF27A) is known color: Dolly. HEX triplet: ED, F2 and 7A. RGB value is (237,242,122). Sum of RGB (Red+Green+Blue) = 237+242+122=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 122 (48.05% from 255 or 20.30% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF27A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF27A is #120D85. Grayscale: #E3E3E3. Windows color (decimal): -1183110 or 8057581. OLE color: 8057581.
HSL color Cylindrical-coordinate representation of color #EDF27A: hue angle of 62.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDF27A is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 122 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.05 |
| HSL | 62.5º | 0.82% | 0.71% | - |
| HSV(B) | 62.5º | 0.5% | 0.95% | - |
| XYZ | 70.19 | 82.91 | 30.72 | - |
| YUV | 226.83 | 68.84 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 122 | 0.02 | 0 | 0.50 | 0.05 | 62.5 | 0.82 | 0.71 |
| Hex | ED | F2 | 7A | 2 | 0 | 32 | 5 | 3F | 52 | 47 |
| Octal | 355 | 362 | 172 | 2 | 0 | 62 | 5 | 77 | 122 | 107 |
| Binary | 11101101 | 11110010 | 1111010 | 10 | 0 | 110010 | 101 | 111111 | 1010010 | 1000111 |
Color Harmonies of #EDF27A
Complementary color
Monochromatic Colors of #EDF27A
Black with #EDF27A
Text Example
Text Example
White with #EDF27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF27A; }
p { color: rgb(237,242,122); }
H1.HeaderClassName
{
color: #EDF27A;
}
.AnyTagClassName
{
color: #EDF27A;
}
</style>
background-color css
<style>
a { background-color: #EDF27A; }
a { background-color: rgb(237,242,122); }
div.DivClassName
{
background-color: #EDF27A;
}
.BgClassName
{
background-color: #EDF27A;
}
</style>
border-color css
<style>
span { border-color: #EDF27A; }
span { border-color: rgb(237,242,122); }
td.TdClassName
{
border-color: #EDF27A;
}
.TagClassName
{
border-color: #EDF27A;
}
</style>