Shades of Jonquil #ECF29B
Tints of Jonquil #ECF29B
RGB
CMYK
RGB Variations
Color information
#ECF29B (or 0xECF29B) is known color: Jonquil. HEX triplet: EC, F2 and 9B. RGB value is (236,242,155). Sum of RGB (Red+Green+Blue) = 236+242+155=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 155 (60.94% from 255 or 24.49% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF29B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF29B is #130D64. Grayscale: #E6E6E6. Windows color (decimal): -1248613 or 10220268. OLE color: 10220268.
HSL color Cylindrical-coordinate representation of color #ECF29B: hue angle of 64.14º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECF29B is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 242 | 155 | - |
CMYK | 0.02 | 0 | 0.36 | 0.05 |
HSL | 64.14º | 0.77% | 0.78% | - |
HSV(B) | 64.14º | 0.36% | 0.95% | - |
XYZ | 72.26 | 83.7 | 43.36 | - |
YUV | 230.29 | 85.51 | 132.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 242 | 155 | 0.02 | 0 | 0.36 | 0.05 | 64.14 | 0.77 | 0.78 |
Hex | EC | F2 | 9B | 2 | 0 | 24 | 5 | 40 | 4D | 4E |
Octal | 354 | 362 | 233 | 2 | 0 | 44 | 5 | 100 | 115 | 116 |
Binary | 11101100 | 11110010 | 10011011 | 10 | 0 | 100100 | 101 | 1000000 | 1001101 | 1001110 |
Color Harmonies of #ECF29B
Complementary color
Monochromatic Colors of #ECF29B
Black with #ECF29B
Text Example
Text Example
White with #ECF29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF29B; }
p { color: rgb(236,242,155); }
H1.HeaderClassName
{
color: #ECF29B;
}
.AnyTagClassName
{
color: #ECF29B;
}
</style>
background-color css
<style>
a { background-color: #ECF29B; }
a { background-color: rgb(236,242,155); }
div.DivClassName
{
background-color: #ECF29B;
}
.BgClassName
{
background-color: #ECF29B;
}
</style>
border-color css
<style>
span { border-color: #ECF29B; }
span { border-color: rgb(236,242,155); }
td.TdClassName
{
border-color: #ECF29B;
}
.TagClassName
{
border-color: #ECF29B;
}
</style>