Shades of Honeysuckle #EDEF69
Tints of Honeysuckle #EDEF69
RGB
CMYK
RGB Variations
Color information
#EDEF69 (or 0xEDEF69) is known color: Honeysuckle. HEX triplet: ED, EF and 69. RGB value is (237,239,105). Sum of RGB (Red+Green+Blue) = 237+239+105=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 105 (41.41% from 255 or 18.07% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF69 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF69 is #121096. Grayscale: #DFDFDF. Windows color (decimal): -1183895 or 6942701. OLE color: 6942701.
HSL color Cylindrical-coordinate representation of color #EDEF69: hue angle of 60.9º 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 #EDEF69 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 105 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.06 |
| HSL | 60.9º | 0.81% | 0.67% | - |
| HSV(B) | 60.9º | 0.56% | 0.94% | - |
| XYZ | 68.34 | 80.76 | 25.35 | - |
| YUV | 223.13 | 61.34 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 105 | 0.01 | 0 | 0.56 | 0.06 | 60.9 | 0.81 | 0.67 |
| Hex | ED | EF | 69 | 1 | 0 | 38 | 6 | 3D | 51 | 43 |
| Octal | 355 | 357 | 151 | 1 | 0 | 70 | 6 | 75 | 121 | 103 |
| Binary | 11101101 | 11101111 | 1101001 | 1 | 0 | 111000 | 110 | 111101 | 1010001 | 1000011 |
Color Harmonies of #EDEF69
Complementary color
Monochromatic Colors of #EDEF69
Black with #EDEF69
Text Example
Text Example
White with #EDEF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF69; }
p { color: rgb(237,239,105); }
H1.HeaderClassName
{
color: #EDEF69;
}
.AnyTagClassName
{
color: #EDEF69;
}
</style>
background-color css
<style>
a { background-color: #EDEF69; }
a { background-color: rgb(237,239,105); }
div.DivClassName
{
background-color: #EDEF69;
}
.BgClassName
{
background-color: #EDEF69;
}
</style>
border-color css
<style>
span { border-color: #EDEF69; }
span { border-color: rgb(237,239,105); }
td.TdClassName
{
border-color: #EDEF69;
}
.TagClassName
{
border-color: #EDEF69;
}
</style>