Shades of Dolly #EAF37A
Tints of Dolly #EAF37A
RGB
CMYK
RGB Variations
Color information
#EAF37A (or 0xEAF37A) is known color: Dolly. HEX triplet: EA, F3 and 7A. RGB value is (234,243,122). Sum of RGB (Red+Green+Blue) = 234+243+122=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 122 (48.05% from 255 or 20.37% from 599); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF37A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF37A is #150C85. Grayscale: #E2E2E2. Windows color (decimal): -1379462 or 8057834. OLE color: 8057834.
HSL color Cylindrical-coordinate representation of color #EAF37A: hue angle of 64.46º 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 #EAF37A is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 243 | 122 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.05 |
| HSL | 64.46º | 0.83% | 0.72% | - |
| HSV(B) | 64.46º | 0.5% | 0.95% | - |
| XYZ | 69.5 | 83 | 30.77 | - |
| YUV | 226.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 243 | 122 | 0.04 | 0 | 0.50 | 0.05 | 64.46 | 0.83 | 0.72 |
| Hex | EA | F3 | 7A | 4 | 0 | 32 | 5 | 40 | 53 | 48 |
| Octal | 352 | 363 | 172 | 4 | 0 | 62 | 5 | 100 | 123 | 110 |
| Binary | 11101010 | 11110011 | 1111010 | 100 | 0 | 110010 | 101 | 1000000 | 1010011 | 1001000 |
Color Harmonies of #EAF37A
Complementary color
Monochromatic Colors of #EAF37A
Black with #EAF37A
Text Example
Text Example
White with #EAF37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF37A; }
p { color: rgb(234,243,122); }
H1.HeaderClassName
{
color: #EAF37A;
}
.AnyTagClassName
{
color: #EAF37A;
}
</style>
background-color css
<style>
a { background-color: #EAF37A; }
a { background-color: rgb(234,243,122); }
div.DivClassName
{
background-color: #EAF37A;
}
.BgClassName
{
background-color: #EAF37A;
}
</style>
border-color css
<style>
span { border-color: #EAF37A; }
span { border-color: rgb(234,243,122); }
td.TdClassName
{
border-color: #EAF37A;
}
.TagClassName
{
border-color: #EAF37A;
}
</style>