Shades of Honeysuckle #EAEC74
Tints of Honeysuckle #EAEC74
RGB
CMYK
RGB Variations
Color information
#EAEC74 (or 0xEAEC74) is known color: Honeysuckle. HEX triplet: EA, EC and 74. RGB value is (234,236,116). Sum of RGB (Red+Green+Blue) = 234+236+116=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 116 (45.70% from 255 or 19.80% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEC74 is #15138B. Grayscale: #DEDEDE. Windows color (decimal): -1381260 or 7662826. OLE color: 7662826.
HSL color Cylindrical-coordinate representation of color #EAEC74: hue angle of 61º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAEC74 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 116 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.07 |
| HSL | 61º | 0.76% | 0.69% | - |
| HSV(B) | 61º | 0.51% | 0.93% | - |
| XYZ | 67.08 | 78.74 | 28.19 | - |
| YUV | 221.72 | 68.34 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 116 | 0.01 | 0 | 0.51 | 0.07 | 61 | 0.76 | 0.69 |
| Hex | EA | EC | 74 | 1 | 0 | 33 | 7 | 3D | 4C | 45 |
| Octal | 352 | 354 | 164 | 1 | 0 | 63 | 7 | 75 | 114 | 105 |
| Binary | 11101010 | 11101100 | 1110100 | 1 | 0 | 110011 | 111 | 111101 | 1001100 | 1000101 |
Color Harmonies of #EAEC74
Complementary color
Monochromatic Colors of #EAEC74
Black with #EAEC74
Text Example
Text Example
White with #EAEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEC74; }
p { color: rgb(234,236,116); }
H1.HeaderClassName
{
color: #EAEC74;
}
.AnyTagClassName
{
color: #EAEC74;
}
</style>
background-color css
<style>
a { background-color: #EAEC74; }
a { background-color: rgb(234,236,116); }
div.DivClassName
{
background-color: #EAEC74;
}
.BgClassName
{
background-color: #EAEC74;
}
</style>
border-color css
<style>
span { border-color: #EAEC74; }
span { border-color: rgb(234,236,116); }
td.TdClassName
{
border-color: #EAEC74;
}
.TagClassName
{
border-color: #EAEC74;
}
</style>