Shades of Honeysuckle #EAE96D
Tints of Honeysuckle #EAE96D
RGB
CMYK
RGB Variations
Color information
#EAE96D (or 0xEAE96D) is known color: Honeysuckle. HEX triplet: EA, E9 and 6D. RGB value is (234,233,109). Sum of RGB (Red+Green+Blue) = 234+233+109=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 233 (91.41% from 255 or 40.45% from 576); Blue value is 109 (42.97% from 255 or 18.92% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE96D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE96D is #151692. Grayscale: #DBDBDB. Windows color (decimal): -1382035 or 7203306. OLE color: 7203306.
HSL color Cylindrical-coordinate representation of color #EAE96D: hue angle of 59.52º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAE96D is Cyan = 0, Magento = 0.00, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 109 | - |
| CMYK | 0 | 0.00 | 0.53 | 0.08 |
| HSL | 59.52º | 0.75% | 0.67% | - |
| HSV(B) | 59.52º | 0.53% | 0.92% | - |
| XYZ | 65.83 | 76.87 | 25.84 | - |
| YUV | 219.16 | 65.83 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 109 | 0 | 0.00 | 0.53 | 0.08 | 59.52 | 0.75 | 0.67 |
| Hex | EA | E9 | 6D | 0 | 0 | 35 | 8 | 3C | 4B | 43 |
| Octal | 352 | 351 | 155 | 0 | 0 | 65 | 10 | 74 | 113 | 103 |
| Binary | 11101010 | 11101001 | 1101101 | 0 | 0 | 110101 | 1000 | 111100 | 1001011 | 1000011 |
Color Harmonies of #EAE96D
Complementary color
Monochromatic Colors of #EAE96D
Black with #EAE96D
Text Example
Text Example
White with #EAE96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE96D; }
p { color: rgb(234,233,109); }
H1.HeaderClassName
{
color: #EAE96D;
}
.AnyTagClassName
{
color: #EAE96D;
}
</style>
background-color css
<style>
a { background-color: #EAE96D; }
a { background-color: rgb(234,233,109); }
div.DivClassName
{
background-color: #EAE96D;
}
.BgClassName
{
background-color: #EAE96D;
}
</style>
border-color css
<style>
span { border-color: #EAE96D; }
span { border-color: rgb(234,233,109); }
td.TdClassName
{
border-color: #EAE96D;
}
.TagClassName
{
border-color: #EAE96D;
}
</style>