Shades of Dolly #EEF374
Tints of Dolly #EEF374
RGB
CMYK
RGB Variations
Color information
#EEF374 (or 0xEEF374) is known color: Dolly. HEX triplet: EE, F3 and 74. RGB value is (238,243,116). Sum of RGB (Red+Green+Blue) = 238+243+116=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 243 (95.31% from 255 or 40.70% from 597); Blue value is 116 (45.70% from 255 or 19.43% from 597); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF374 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEF374 is #110C8B. Grayscale: #E3E3E3. Windows color (decimal): -1117324 or 7664622. OLE color: 7664622.
HSL color Cylindrical-coordinate representation of color #EEF374: hue angle of 62.36º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEF374 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 243 | 116 | - |
| CMYK | 0.02 | 0 | 0.52 | 0.05 |
| HSL | 62.36º | 0.84% | 0.7% | - |
| HSV(B) | 62.36º | 0.52% | 0.95% | - |
| XYZ | 70.46 | 83.54 | 28.93 | - |
| YUV | 227.03 | 65.34 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 116 | 0.02 | 0 | 0.52 | 0.05 | 62.36 | 0.84 | 0.7 |
| Hex | EE | F3 | 74 | 2 | 0 | 34 | 5 | 3E | 54 | 46 |
| Octal | 356 | 363 | 164 | 2 | 0 | 64 | 5 | 76 | 124 | 106 |
| Binary | 11101110 | 11110011 | 1110100 | 10 | 0 | 110100 | 101 | 111110 | 1010100 | 1000110 |
Color Harmonies of #EEF374
Complementary color
Monochromatic Colors of #EEF374
Black with #EEF374
Text Example
Text Example
White with #EEF374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF374; }
p { color: rgb(238,243,116); }
H1.HeaderClassName
{
color: #EEF374;
}
.AnyTagClassName
{
color: #EEF374;
}
</style>
background-color css
<style>
a { background-color: #EEF374; }
a { background-color: rgb(238,243,116); }
div.DivClassName
{
background-color: #EEF374;
}
.BgClassName
{
background-color: #EEF374;
}
</style>
border-color css
<style>
span { border-color: #EEF374; }
span { border-color: rgb(238,243,116); }
td.TdClassName
{
border-color: #EEF374;
}
.TagClassName
{
border-color: #EEF374;
}
</style>