Shades of Dolly #ECF27A
Tints of Dolly #ECF27A
RGB
CMYK
RGB Variations
Color information
#ECF27A (or 0xECF27A) is known color: Dolly. HEX triplet: EC, F2 and 7A. RGB value is (236,242,122). Sum of RGB (Red+Green+Blue) = 236+242+122=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 122 (48.05% from 255 or 20.33% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF27A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF27A is #130D85. Grayscale: #E2E2E2. Windows color (decimal): -1248646 or 8057580. OLE color: 8057580.
HSL color Cylindrical-coordinate representation of color #ECF27A: hue angle of 63º 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 #ECF27A is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 122 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.05 |
| HSL | 63º | 0.82% | 0.71% | - |
| HSV(B) | 63º | 0.5% | 0.95% | - |
| XYZ | 69.86 | 82.74 | 30.7 | - |
| YUV | 226.53 | 69.01 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 122 | 0.02 | 0 | 0.50 | 0.05 | 63 | 0.82 | 0.71 |
| Hex | EC | F2 | 7A | 2 | 0 | 32 | 5 | 3F | 52 | 47 |
| Octal | 354 | 362 | 172 | 2 | 0 | 62 | 5 | 77 | 122 | 107 |
| Binary | 11101100 | 11110010 | 1111010 | 10 | 0 | 110010 | 101 | 111111 | 1010010 | 1000111 |
Color Harmonies of #ECF27A
Complementary color
Monochromatic Colors of #ECF27A
Black with #ECF27A
Text Example
Text Example
White with #ECF27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF27A; }
p { color: rgb(236,242,122); }
H1.HeaderClassName
{
color: #ECF27A;
}
.AnyTagClassName
{
color: #ECF27A;
}
</style>
background-color css
<style>
a { background-color: #ECF27A; }
a { background-color: rgb(236,242,122); }
div.DivClassName
{
background-color: #ECF27A;
}
.BgClassName
{
background-color: #ECF27A;
}
</style>
border-color css
<style>
span { border-color: #ECF27A; }
span { border-color: rgb(236,242,122); }
td.TdClassName
{
border-color: #ECF27A;
}
.TagClassName
{
border-color: #ECF27A;
}
</style>