Shades of Honeysuckle #EAF672
Tints of Honeysuckle #EAF672
RGB
CMYK
RGB Variations
Color information
#EAF672 (or 0xEAF672) is known color: Honeysuckle. HEX triplet: EA, F6 and 72. RGB value is (234,246,114). Sum of RGB (Red+Green+Blue) = 234+246+114=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 114 (44.92% from 255 or 19.19% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF672 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF672 is #15098D. Grayscale: #E3E3E3. Windows color (decimal): -1378702 or 7534314. OLE color: 7534314.
HSL color Cylindrical-coordinate representation of color #EAF672: hue angle of 65.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EAF672 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 246 | 114 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.04 |
| HSL | 65.45º | 0.88% | 0.71% | - |
| HSV(B) | 65.45º | 0.54% | 0.96% | - |
| XYZ | 69.92 | 84.62 | 28.57 | - |
| YUV | 227.36 | 64.02 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 114 | 0.05 | 0 | 0.54 | 0.04 | 65.45 | 0.88 | 0.71 |
| Hex | EA | F6 | 72 | 5 | 0 | 36 | 4 | 41 | 58 | 47 |
| Octal | 352 | 366 | 162 | 5 | 0 | 66 | 4 | 101 | 130 | 107 |
| Binary | 11101010 | 11110110 | 1110010 | 101 | 0 | 110110 | 100 | 1000001 | 1011000 | 1000111 |
Color Harmonies of #EAF672
Complementary color
Monochromatic Colors of #EAF672
Black with #EAF672
Text Example
Text Example
White with #EAF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF672; }
p { color: rgb(234,246,114); }
H1.HeaderClassName
{
color: #EAF672;
}
.AnyTagClassName
{
color: #EAF672;
}
</style>
background-color css
<style>
a { background-color: #EAF672; }
a { background-color: rgb(234,246,114); }
div.DivClassName
{
background-color: #EAF672;
}
.BgClassName
{
background-color: #EAF672;
}
</style>
border-color css
<style>
span { border-color: #EAF672; }
span { border-color: rgb(234,246,114); }
td.TdClassName
{
border-color: #EAF672;
}
.TagClassName
{
border-color: #EAF672;
}
</style>