Shades of Honeysuckle #EFF260
Tints of Honeysuckle #EFF260
RGB
CMYK
RGB Variations
Color information
#EFF260 (or 0xEFF260) is known color: Honeysuckle. HEX triplet: EF, F2 and 60. RGB value is (239,242,96). Sum of RGB (Red+Green+Blue) = 239+242+96=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 242 (94.92% from 255 or 41.94% from 577); Blue value is 96 (37.89% from 255 or 16.64% from 577); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF260 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF260 is #100D9F. Grayscale: #E1E1E1. Windows color (decimal): -1052064 or 6353647. OLE color: 6353647.
HSL color Cylindrical-coordinate representation of color #EFF260: hue angle of 61.23º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFF260 is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 96 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.05 |
| HSL | 61.23º | 0.85% | 0.66% | - |
| HSV(B) | 61.23º | 0.6% | 0.95% | - |
| XYZ | 69.46 | 82.7 | 23.37 | - |
| YUV | 224.46 | 55.51 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 96 | 0.01 | 0 | 0.60 | 0.05 | 61.23 | 0.85 | 0.66 |
| Hex | EF | F2 | 60 | 1 | 0 | 3C | 5 | 3D | 55 | 42 |
| Octal | 357 | 362 | 140 | 1 | 0 | 74 | 5 | 75 | 125 | 102 |
| Binary | 11101111 | 11110010 | 1100000 | 1 | 0 | 111100 | 101 | 111101 | 1010101 | 1000010 |
Color Harmonies of #EFF260
Complementary color
Monochromatic Colors of #EFF260
Black with #EFF260
Text Example
Text Example
White with #EFF260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF260; }
p { color: rgb(239,242,96); }
H1.HeaderClassName
{
color: #EFF260;
}
.AnyTagClassName
{
color: #EFF260;
}
</style>
background-color css
<style>
a { background-color: #EFF260; }
a { background-color: rgb(239,242,96); }
div.DivClassName
{
background-color: #EFF260;
}
.BgClassName
{
background-color: #EFF260;
}
</style>
border-color css
<style>
span { border-color: #EFF260; }
span { border-color: rgb(239,242,96); }
td.TdClassName
{
border-color: #EFF260;
}
.TagClassName
{
border-color: #EFF260;
}
</style>