Shades of Honeysuckle #EAE264
Tints of Honeysuckle #EAE264
RGB
CMYK
RGB Variations
Color information
#EAE264 (or 0xEAE264) is known color: Honeysuckle. HEX triplet: EA, E2 and 64. RGB value is (234,226,100). Sum of RGB (Red+Green+Blue) = 234+226+100=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 100 (39.45% from 255 or 17.86% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAE264 is #151D9B. Grayscale: #D6D6D6. Windows color (decimal): -1383836 or 6611690. OLE color: 6611690.
HSL color Cylindrical-coordinate representation of color #EAE264: hue angle of 56.42º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAE264 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 100 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.08 |
| HSL | 56.42º | 0.76% | 0.65% | - |
| HSV(B) | 56.42º | 0.57% | 0.92% | - |
| XYZ | 63.43 | 72.81 | 22.77 | - |
| YUV | 214.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 100 | 0 | 0.03 | 0.57 | 0.08 | 56.42 | 0.76 | 0.65 |
| Hex | EA | E2 | 64 | 0 | 3 | 39 | 8 | 38 | 4C | 41 |
| Octal | 352 | 342 | 144 | 0 | 3 | 71 | 10 | 70 | 114 | 101 |
| Binary | 11101010 | 11100010 | 1100100 | 0 | 11 | 111001 | 1000 | 111000 | 1001100 | 1000001 |
Color Harmonies of #EAE264
Complementary color
Monochromatic Colors of #EAE264
Black with #EAE264
Text Example
Text Example
White with #EAE264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE264; }
p { color: rgb(234,226,100); }
H1.HeaderClassName
{
color: #EAE264;
}
.AnyTagClassName
{
color: #EAE264;
}
</style>
background-color css
<style>
a { background-color: #EAE264; }
a { background-color: rgb(234,226,100); }
div.DivClassName
{
background-color: #EAE264;
}
.BgClassName
{
background-color: #EAE264;
}
</style>
border-color css
<style>
span { border-color: #EAE264; }
span { border-color: rgb(234,226,100); }
td.TdClassName
{
border-color: #EAE264;
}
.TagClassName
{
border-color: #EAE264;
}
</style>