Shades of Honeysuckle #EDE765
Tints of Honeysuckle #EDE765
RGB
CMYK
RGB Variations
Color information
#EDE765 (or 0xEDE765) is known color: Honeysuckle. HEX triplet: ED, E7 and 65. RGB value is (237,231,101). Sum of RGB (Red+Green+Blue) = 237+231+101=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 101 (39.84% from 255 or 17.75% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE765 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE765 is #12189A. Grayscale: #DADADA. Windows color (decimal): -1185947 or 6678509. OLE color: 6678509.
HSL color Cylindrical-coordinate representation of color #EDE765: hue angle of 57.35º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDE765 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 231 | 101 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.07 |
| HSL | 57.35º | 0.79% | 0.66% | - |
| HSV(B) | 57.35º | 0.57% | 0.93% | - |
| XYZ | 65.85 | 76.1 | 23.53 | - |
| YUV | 217.97 | 61.99 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 231 | 101 | 0 | 0.03 | 0.57 | 0.07 | 57.35 | 0.79 | 0.66 |
| Hex | ED | E7 | 65 | 0 | 3 | 39 | 7 | 39 | 4F | 42 |
| Octal | 355 | 347 | 145 | 0 | 3 | 71 | 7 | 71 | 117 | 102 |
| Binary | 11101101 | 11100111 | 1100101 | 0 | 11 | 111001 | 111 | 111001 | 1001111 | 1000010 |
Color Harmonies of #EDE765
Complementary color
Monochromatic Colors of #EDE765
Black with #EDE765
Text Example
Text Example
White with #EDE765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE765; }
p { color: rgb(237,231,101); }
H1.HeaderClassName
{
color: #EDE765;
}
.AnyTagClassName
{
color: #EDE765;
}
</style>
background-color css
<style>
a { background-color: #EDE765; }
a { background-color: rgb(237,231,101); }
div.DivClassName
{
background-color: #EDE765;
}
.BgClassName
{
background-color: #EDE765;
}
</style>
border-color css
<style>
span { border-color: #EDE765; }
span { border-color: rgb(237,231,101); }
td.TdClassName
{
border-color: #EDE765;
}
.TagClassName
{
border-color: #EDE765;
}
</style>