Shades of Honeysuckle #EAE96A
Tints of Honeysuckle #EAE96A
RGB
CMYK
RGB Variations
Color information
#EAE96A (or 0xEAE96A) is known color: Honeysuckle. HEX triplet: EA, E9 and 6A. RGB value is (234,233,106). Sum of RGB (Red+Green+Blue) = 234+233+106=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 106 (41.80% from 255 or 18.50% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE96A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE96A is #151695. Grayscale: #DBDBDB. Windows color (decimal): -1382038 or 7006698. OLE color: 7006698.
HSL color Cylindrical-coordinate representation of color #EAE96A: hue angle of 59.53º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EAE96A is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 106 | - |
| CMYK | 0 | 0.00 | 0.55 | 0.08 |
| HSL | 59.53º | 0.75% | 0.67% | - |
| HSV(B) | 59.53º | 0.55% | 0.92% | - |
| XYZ | 65.67 | 76.81 | 25 | - |
| YUV | 218.82 | 64.33 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 106 | 0 | 0.00 | 0.55 | 0.08 | 59.53 | 0.75 | 0.67 |
| Hex | EA | E9 | 6A | 0 | 0 | 37 | 8 | 3C | 4B | 43 |
| Octal | 352 | 351 | 152 | 0 | 0 | 67 | 10 | 74 | 113 | 103 |
| Binary | 11101010 | 11101001 | 1101010 | 0 | 0 | 110111 | 1000 | 111100 | 1001011 | 1000011 |
Color Harmonies of #EAE96A
Complementary color
Monochromatic Colors of #EAE96A
Black with #EAE96A
Text Example
Text Example
White with #EAE96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE96A; }
p { color: rgb(234,233,106); }
H1.HeaderClassName
{
color: #EAE96A;
}
.AnyTagClassName
{
color: #EAE96A;
}
</style>
background-color css
<style>
a { background-color: #EAE96A; }
a { background-color: rgb(234,233,106); }
div.DivClassName
{
background-color: #EAE96A;
}
.BgClassName
{
background-color: #EAE96A;
}
</style>
border-color css
<style>
span { border-color: #EAE96A; }
span { border-color: rgb(234,233,106); }
td.TdClassName
{
border-color: #EAE96A;
}
.TagClassName
{
border-color: #EAE96A;
}
</style>