Shades of Honeysuckle #EDE264
Tints of Honeysuckle #EDE264
RGB
CMYK
RGB Variations
Color information
#EDE264 (or 0xEDE264) is known color: Honeysuckle. HEX triplet: ED, E2 and 64. RGB value is (237,226,100). Sum of RGB (Red+Green+Blue) = 237+226+100=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 100 (39.45% from 255 or 17.76% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE264 is #121D9B. Grayscale: #D7D7D7. Windows color (decimal): -1187228 or 6611693. OLE color: 6611693.
HSL color Cylindrical-coordinate representation of color #EDE264: hue angle of 55.18º 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 #EDE264 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 226 | 100 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.07 |
| HSL | 55.18º | 0.79% | 0.66% | - |
| HSV(B) | 55.18º | 0.58% | 0.93% | - |
| XYZ | 64.42 | 73.32 | 22.81 | - |
| YUV | 214.93 | 63.14 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 226 | 100 | 0 | 0.05 | 0.58 | 0.07 | 55.18 | 0.79 | 0.66 |
| Hex | ED | E2 | 64 | 0 | 5 | 3A | 7 | 37 | 4F | 42 |
| Octal | 355 | 342 | 144 | 0 | 5 | 72 | 7 | 67 | 117 | 102 |
| Binary | 11101101 | 11100010 | 1100100 | 0 | 101 | 111010 | 111 | 110111 | 1001111 | 1000010 |
Color Harmonies of #EDE264
Complementary color
Monochromatic Colors of #EDE264
Black with #EDE264
Text Example
Text Example
White with #EDE264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE264; }
p { color: rgb(237,226,100); }
H1.HeaderClassName
{
color: #EDE264;
}
.AnyTagClassName
{
color: #EDE264;
}
</style>
background-color css
<style>
a { background-color: #EDE264; }
a { background-color: rgb(237,226,100); }
div.DivClassName
{
background-color: #EDE264;
}
.BgClassName
{
background-color: #EDE264;
}
</style>
border-color css
<style>
span { border-color: #EDE264; }
span { border-color: rgb(237,226,100); }
td.TdClassName
{
border-color: #EDE264;
}
.TagClassName
{
border-color: #EDE264;
}
</style>