Shades of Dolly #ECF27B
Tints of Dolly #ECF27B
RGB
CMYK
RGB Variations
Color information
#ECF27B (or 0xECF27B) is known color: Dolly. HEX triplet: EC, F2 and 7B. RGB value is (236,242,123). Sum of RGB (Red+Green+Blue) = 236+242+123=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 242 (94.92% from 255 or 40.27% from 601); Blue value is 123 (48.44% from 255 or 20.47% from 601); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF27B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF27B is #130D84. Grayscale: #E3E3E3. Windows color (decimal): -1248645 or 8123116. OLE color: 8123116.
HSL color Cylindrical-coordinate representation of color #ECF27B: hue angle of 63.03º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECF27B is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 123 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.05 |
| HSL | 63.03º | 0.82% | 0.72% | - |
| HSV(B) | 63.03º | 0.49% | 0.95% | - |
| XYZ | 69.92 | 82.77 | 31.03 | - |
| YUV | 226.64 | 69.51 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 123 | 0.02 | 0 | 0.49 | 0.05 | 63.03 | 0.82 | 0.72 |
| Hex | EC | F2 | 7B | 2 | 0 | 31 | 5 | 3F | 52 | 48 |
| Octal | 354 | 362 | 173 | 2 | 0 | 61 | 5 | 77 | 122 | 110 |
| Binary | 11101100 | 11110010 | 1111011 | 10 | 0 | 110001 | 101 | 111111 | 1010010 | 1001000 |
Color Harmonies of #ECF27B
Complementary color
Monochromatic Colors of #ECF27B
Black with #ECF27B
Text Example
Text Example
White with #ECF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF27B; }
p { color: rgb(236,242,123); }
H1.HeaderClassName
{
color: #ECF27B;
}
.AnyTagClassName
{
color: #ECF27B;
}
</style>
background-color css
<style>
a { background-color: #ECF27B; }
a { background-color: rgb(236,242,123); }
div.DivClassName
{
background-color: #ECF27B;
}
.BgClassName
{
background-color: #ECF27B;
}
</style>
border-color css
<style>
span { border-color: #ECF27B; }
span { border-color: rgb(236,242,123); }
td.TdClassName
{
border-color: #ECF27B;
}
.TagClassName
{
border-color: #ECF27B;
}
</style>