Shades of Honeysuckle #EDE669
Tints of Honeysuckle #EDE669
RGB
CMYK
RGB Variations
Color information
#EDE669 (or 0xEDE669) is known color: Honeysuckle. HEX triplet: ED, E6 and 69. RGB value is (237,230,105). Sum of RGB (Red+Green+Blue) = 237+230+105=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 105 (41.41% from 255 or 18.36% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE669 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE669 is #121996. Grayscale: #DADADA. Windows color (decimal): -1186199 or 6940397. OLE color: 6940397.
HSL color Cylindrical-coordinate representation of color #EDE669: hue angle of 56.82º 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 #EDE669 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 230 | 105 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.07 |
| HSL | 56.82º | 0.79% | 0.67% | - |
| HSV(B) | 56.82º | 0.56% | 0.93% | - |
| XYZ | 65.77 | 75.62 | 24.49 | - |
| YUV | 217.84 | 64.32 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 230 | 105 | 0 | 0.03 | 0.56 | 0.07 | 56.82 | 0.79 | 0.67 |
| Hex | ED | E6 | 69 | 0 | 3 | 38 | 7 | 39 | 4F | 43 |
| Octal | 355 | 346 | 151 | 0 | 3 | 70 | 7 | 71 | 117 | 103 |
| Binary | 11101101 | 11100110 | 1101001 | 0 | 11 | 111000 | 111 | 111001 | 1001111 | 1000011 |
Color Harmonies of #EDE669
Complementary color
Monochromatic Colors of #EDE669
Black with #EDE669
Text Example
Text Example
White with #EDE669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE669; }
p { color: rgb(237,230,105); }
H1.HeaderClassName
{
color: #EDE669;
}
.AnyTagClassName
{
color: #EDE669;
}
</style>
background-color css
<style>
a { background-color: #EDE669; }
a { background-color: rgb(237,230,105); }
div.DivClassName
{
background-color: #EDE669;
}
.BgClassName
{
background-color: #EDE669;
}
</style>
border-color css
<style>
span { border-color: #EDE669; }
span { border-color: rgb(237,230,105); }
td.TdClassName
{
border-color: #EDE669;
}
.TagClassName
{
border-color: #EDE669;
}
</style>