Shades of Honeysuckle #EDE663
Tints of Honeysuckle #EDE663
RGB
CMYK
RGB Variations
Color information
#EDE663 (or 0xEDE663) is known color: Honeysuckle. HEX triplet: ED, E6 and 63. RGB value is (237,230,99). Sum of RGB (Red+Green+Blue) = 237+230+99=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 99 (39.06% from 255 or 17.49% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE663 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE663 is #12199C. Grayscale: #D9D9D9. Windows color (decimal): -1186205 or 6547181. OLE color: 6547181.
HSL color Cylindrical-coordinate representation of color #EDE663: hue angle of 56.96º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDE663 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 99 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.07 |
| HSL | 56.96º | 0.79% | 0.66% | - |
| HSV(B) | 56.96º | 0.58% | 0.93% | - |
| XYZ | 65.47 | 75.5 | 22.93 | - |
| YUV | 217.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 99 | 0 | 0.03 | 0.58 | 0.07 | 56.96 | 0.79 | 0.66 |
| Hex | ED | E6 | 63 | 0 | 3 | 3A | 7 | 39 | 4F | 42 |
| Octal | 355 | 346 | 143 | 0 | 3 | 72 | 7 | 71 | 117 | 102 |
| Binary | 11101101 | 11100110 | 1100011 | 0 | 11 | 111010 | 111 | 111001 | 1001111 | 1000010 |
Color Harmonies of #EDE663
Complementary color
Monochromatic Colors of #EDE663
Black with #EDE663
Text Example
Text Example
White with #EDE663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE663; }
p { color: rgb(237,230,99); }
H1.HeaderClassName
{
color: #EDE663;
}
.AnyTagClassName
{
color: #EDE663;
}
</style>
background-color css
<style>
a { background-color: #EDE663; }
a { background-color: rgb(237,230,99); }
div.DivClassName
{
background-color: #EDE663;
}
.BgClassName
{
background-color: #EDE663;
}
</style>
border-color css
<style>
span { border-color: #EDE663; }
span { border-color: rgb(237,230,99); }
td.TdClassName
{
border-color: #EDE663;
}
.TagClassName
{
border-color: #EDE663;
}
</style>