Shades of Honeysuckle #EFED65
Tints of Honeysuckle #EFED65
RGB
CMYK
RGB Variations
Color information
#EFED65 (or 0xEFED65) is known color: Honeysuckle. HEX triplet: EF, ED and 65. RGB value is (239,237,101). Sum of RGB (Red+Green+Blue) = 239+237+101=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 101 (39.84% from 255 or 17.50% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED65 is #10129A. Grayscale: #DEDEDE. Windows color (decimal): -1053339 or 6680047. OLE color: 6680047.
HSL color Cylindrical-coordinate representation of color #EFED65: hue angle of 59.13º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFED65 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 101 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.06 |
| HSL | 59.13º | 0.81% | 0.67% | - |
| HSV(B) | 59.13º | 0.58% | 0.94% | - |
| XYZ | 68.23 | 79.86 | 24.13 | - |
| YUV | 222.09 | 59.66 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 101 | 0 | 0.01 | 0.58 | 0.06 | 59.13 | 0.81 | 0.67 |
| Hex | EF | ED | 65 | 0 | 1 | 3A | 6 | 3B | 51 | 43 |
| Octal | 357 | 355 | 145 | 0 | 1 | 72 | 6 | 73 | 121 | 103 |
| Binary | 11101111 | 11101101 | 1100101 | 0 | 1 | 111010 | 110 | 111011 | 1010001 | 1000011 |
Color Harmonies of #EFED65
Complementary color
Monochromatic Colors of #EFED65
Black with #EFED65
Text Example
Text Example
White with #EFED65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFED65; }
p { color: rgb(239,237,101); }
H1.HeaderClassName
{
color: #EFED65;
}
.AnyTagClassName
{
color: #EFED65;
}
</style>
background-color css
<style>
a { background-color: #EFED65; }
a { background-color: rgb(239,237,101); }
div.DivClassName
{
background-color: #EFED65;
}
.BgClassName
{
background-color: #EFED65;
}
</style>
border-color css
<style>
span { border-color: #EFED65; }
span { border-color: rgb(239,237,101); }
td.TdClassName
{
border-color: #EFED65;
}
.TagClassName
{
border-color: #EFED65;
}
</style>