Shades of Honeysuckle #EDEA68
Tints of Honeysuckle #EDEA68
RGB
CMYK
RGB Variations
Color information
#EDEA68 (or 0xEDEA68) is known color: Honeysuckle. HEX triplet: ED, EA and 68. RGB value is (237,234,104). Sum of RGB (Red+Green+Blue) = 237+234+104=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 104 (41.02% from 255 or 18.09% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEA68 is #121597. Grayscale: #DCDCDC. Windows color (decimal): -1185176 or 6875885. OLE color: 6875885.
HSL color Cylindrical-coordinate representation of color #EDEA68: hue angle of 58.65º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDEA68 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 234 | 104 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.07 |
| HSL | 58.65º | 0.79% | 0.67% | - |
| HSV(B) | 58.65º | 0.56% | 0.93% | - |
| XYZ | 66.85 | 77.85 | 24.6 | - |
| YUV | 220.08 | 62.49 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 104 | 0 | 0.01 | 0.56 | 0.07 | 58.65 | 0.79 | 0.67 |
| Hex | ED | EA | 68 | 0 | 1 | 38 | 7 | 3B | 4F | 43 |
| Octal | 355 | 352 | 150 | 0 | 1 | 70 | 7 | 73 | 117 | 103 |
| Binary | 11101101 | 11101010 | 1101000 | 0 | 1 | 111000 | 111 | 111011 | 1001111 | 1000011 |
Color Harmonies of #EDEA68
Complementary color
Monochromatic Colors of #EDEA68
Black with #EDEA68
Text Example
Text Example
White with #EDEA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEA68; }
p { color: rgb(237,234,104); }
H1.HeaderClassName
{
color: #EDEA68;
}
.AnyTagClassName
{
color: #EDEA68;
}
</style>
background-color css
<style>
a { background-color: #EDEA68; }
a { background-color: rgb(237,234,104); }
div.DivClassName
{
background-color: #EDEA68;
}
.BgClassName
{
background-color: #EDEA68;
}
</style>
border-color css
<style>
span { border-color: #EDEA68; }
span { border-color: rgb(237,234,104); }
td.TdClassName
{
border-color: #EDEA68;
}
.TagClassName
{
border-color: #EDEA68;
}
</style>