Shades of Honeysuckle #EAF568
Tints of Honeysuckle #EAF568
RGB
CMYK
RGB Variations
Color information
#EAF568 (or 0xEAF568) is known color: Honeysuckle. HEX triplet: EA, F5 and 68. RGB value is (234,245,104). Sum of RGB (Red+Green+Blue) = 234+245+104=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 104 (41.02% from 255 or 17.84% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF568 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF568 is #150A97. Grayscale: #E2E2E2. Windows color (decimal): -1378968 or 6878698. OLE color: 6878698.
HSL color Cylindrical-coordinate representation of color #EAF568: hue angle of 64.68º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EAF568 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 245 | 104 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.04 |
| HSL | 64.68º | 0.88% | 0.68% | - |
| HSV(B) | 64.68º | 0.58% | 0.96% | - |
| XYZ | 69.08 | 83.8 | 25.63 | - |
| YUV | 225.64 | 59.36 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 245 | 104 | 0.04 | 0 | 0.58 | 0.04 | 64.68 | 0.88 | 0.68 |
| Hex | EA | F5 | 68 | 4 | 0 | 3A | 4 | 41 | 58 | 44 |
| Octal | 352 | 365 | 150 | 4 | 0 | 72 | 4 | 101 | 130 | 104 |
| Binary | 11101010 | 11110101 | 1101000 | 100 | 0 | 111010 | 100 | 1000001 | 1011000 | 1000100 |
Color Harmonies of #EAF568
Complementary color
Monochromatic Colors of #EAF568
Black with #EAF568
Text Example
Text Example
White with #EAF568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF568; }
p { color: rgb(234,245,104); }
H1.HeaderClassName
{
color: #EAF568;
}
.AnyTagClassName
{
color: #EAF568;
}
</style>
background-color css
<style>
a { background-color: #EAF568; }
a { background-color: rgb(234,245,104); }
div.DivClassName
{
background-color: #EAF568;
}
.BgClassName
{
background-color: #EAF568;
}
</style>
border-color css
<style>
span { border-color: #EAF568; }
span { border-color: rgb(234,245,104); }
td.TdClassName
{
border-color: #EAF568;
}
.TagClassName
{
border-color: #EAF568;
}
</style>