Shades of Dolly #EAF679
Tints of Dolly #EAF679
RGB
CMYK
RGB Variations
Color information
#EAF679 (or 0xEAF679) is known color: Dolly. HEX triplet: EA, F6 and 79. RGB value is (234,246,121). Sum of RGB (Red+Green+Blue) = 234+246+121=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 246 (96.48% from 255 or 40.93% from 601); Blue value is 121 (47.66% from 255 or 20.13% from 601); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF679 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF679 is #150986. Grayscale: #E4E4E4. Windows color (decimal): -1378695 or 7993066. OLE color: 7993066.
HSL color Cylindrical-coordinate representation of color #EAF679: hue angle of 65.76º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAF679 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 121 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.04 |
| HSL | 65.76º | 0.87% | 0.72% | - |
| HSV(B) | 65.76º | 0.51% | 0.96% | - |
| XYZ | 70.34 | 84.78 | 30.75 | - |
| YUV | 228.16 | 67.52 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 121 | 0.05 | 0 | 0.51 | 0.04 | 65.76 | 0.87 | 0.72 |
| Hex | EA | F6 | 79 | 5 | 0 | 33 | 4 | 42 | 57 | 48 |
| Octal | 352 | 366 | 171 | 5 | 0 | 63 | 4 | 102 | 127 | 110 |
| Binary | 11101010 | 11110110 | 1111001 | 101 | 0 | 110011 | 100 | 1000010 | 1010111 | 1001000 |
Color Harmonies of #EAF679
Complementary color
Monochromatic Colors of #EAF679
Black with #EAF679
Text Example
Text Example
White with #EAF679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF679; }
p { color: rgb(234,246,121); }
H1.HeaderClassName
{
color: #EAF679;
}
.AnyTagClassName
{
color: #EAF679;
}
</style>
background-color css
<style>
a { background-color: #EAF679; }
a { background-color: rgb(234,246,121); }
div.DivClassName
{
background-color: #EAF679;
}
.BgClassName
{
background-color: #EAF679;
}
</style>
border-color css
<style>
span { border-color: #EAF679; }
span { border-color: rgb(234,246,121); }
td.TdClassName
{
border-color: #EAF679;
}
.TagClassName
{
border-color: #EAF679;
}
</style>