Shades of Honeysuckle #EFED68
Tints of Honeysuckle #EFED68
RGB
CMYK
RGB Variations
Color information
#EFED68 (or 0xEFED68) is known color: Honeysuckle. HEX triplet: EF, ED and 68. RGB value is (239,237,104). Sum of RGB (Red+Green+Blue) = 239+237+104=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 104 (41.02% from 255 or 17.93% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFED68 is #101297. Grayscale: #DEDEDE. Windows color (decimal): -1053336 or 6876655. OLE color: 6876655.
HSL color Cylindrical-coordinate representation of color #EFED68: hue angle of 59.11º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFED68 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 237 | 104 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.06 |
| HSL | 59.11º | 0.81% | 0.67% | - |
| HSV(B) | 59.11º | 0.56% | 0.94% | - |
| XYZ | 68.38 | 79.92 | 24.92 | - |
| YUV | 222.44 | 61.16 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 237 | 104 | 0 | 0.01 | 0.56 | 0.06 | 59.11 | 0.81 | 0.67 |
| Hex | EF | ED | 68 | 0 | 1 | 38 | 6 | 3B | 51 | 43 |
| Octal | 357 | 355 | 150 | 0 | 1 | 70 | 6 | 73 | 121 | 103 |
| Binary | 11101111 | 11101101 | 1101000 | 0 | 1 | 111000 | 110 | 111011 | 1010001 | 1000011 |
Color Harmonies of #EFED68
Complementary color
Monochromatic Colors of #EFED68
Black with #EFED68
Text Example
Text Example
White with #EFED68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFED68; }
p { color: rgb(239,237,104); }
H1.HeaderClassName
{
color: #EFED68;
}
.AnyTagClassName
{
color: #EFED68;
}
</style>
background-color css
<style>
a { background-color: #EFED68; }
a { background-color: rgb(239,237,104); }
div.DivClassName
{
background-color: #EFED68;
}
.BgClassName
{
background-color: #EFED68;
}
</style>
border-color css
<style>
span { border-color: #EFED68; }
span { border-color: rgb(239,237,104); }
td.TdClassName
{
border-color: #EFED68;
}
.TagClassName
{
border-color: #EFED68;
}
</style>