Shades of Dolly #EDEF75
Tints of Dolly #EDEF75
RGB
CMYK
RGB Variations
Color information
#EDEF75 (or 0xEDEF75) is known color: Dolly. HEX triplet: ED, EF and 75. RGB value is (237,239,117). Sum of RGB (Red+Green+Blue) = 237+239+117=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 239 (93.75% from 255 or 40.30% from 593); Blue value is 117 (46.09% from 255 or 19.73% from 593); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF75 is #12108A. Grayscale: #E0E0E0. Windows color (decimal): -1183883 or 7729133. OLE color: 7729133.
HSL color Cylindrical-coordinate representation of color #EDEF75: hue angle of 60.98º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDEF75 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 117 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.06 |
| HSL | 60.98º | 0.79% | 0.7% | - |
| HSV(B) | 60.98º | 0.51% | 0.94% | - |
| XYZ | 69 | 81.02 | 28.83 | - |
| YUV | 224.49 | 67.34 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 117 | 0.01 | 0 | 0.51 | 0.06 | 60.98 | 0.79 | 0.7 |
| Hex | ED | EF | 75 | 1 | 0 | 33 | 6 | 3D | 4F | 46 |
| Octal | 355 | 357 | 165 | 1 | 0 | 63 | 6 | 75 | 117 | 106 |
| Binary | 11101101 | 11101111 | 1110101 | 1 | 0 | 110011 | 110 | 111101 | 1001111 | 1000110 |
Color Harmonies of #EDEF75
Complementary color
Monochromatic Colors of #EDEF75
Black with #EDEF75
Text Example
Text Example
White with #EDEF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF75; }
p { color: rgb(237,239,117); }
H1.HeaderClassName
{
color: #EDEF75;
}
.AnyTagClassName
{
color: #EDEF75;
}
</style>
background-color css
<style>
a { background-color: #EDEF75; }
a { background-color: rgb(237,239,117); }
div.DivClassName
{
background-color: #EDEF75;
}
.BgClassName
{
background-color: #EDEF75;
}
</style>
border-color css
<style>
span { border-color: #EDEF75; }
span { border-color: rgb(237,239,117); }
td.TdClassName
{
border-color: #EDEF75;
}
.TagClassName
{
border-color: #EDEF75;
}
</style>