Shades of Honeysuckle #E6F052
Tints of Honeysuckle #E6F052
RGB
CMYK
RGB Variations
Color information
#E6F052 (or 0xE6F052) is known color: Honeysuckle. HEX triplet: E6, F0 and 52. RGB value is (230,240,82). Sum of RGB (Red+Green+Blue) = 230+240+82=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 82 (32.42% from 255 or 14.86% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #E6F052 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E6F052 is #190FAD. Grayscale: #DBDBDB. Windows color (decimal): -1642414 or 5435622. OLE color: 5435622.
HSL color Cylindrical-coordinate representation of color #E6F052: hue angle of 63.8º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6F052 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 240 | 82 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.06 |
| HSL | 63.8º | 0.84% | 0.63% | - |
| HSV(B) | 63.8º | 0.66% | 0.94% | - |
| XYZ | 65.32 | 79.75 | 19.93 | - |
| YUV | 219 | 50.69 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 240 | 82 | 0.04 | 0 | 0.66 | 0.06 | 63.8 | 0.84 | 0.63 |
| Hex | E6 | F0 | 52 | 4 | 0 | 42 | 6 | 40 | 54 | 3F |
| Octal | 346 | 360 | 122 | 4 | 0 | 102 | 6 | 100 | 124 | 77 |
| Binary | 11100110 | 11110000 | 1010010 | 100 | 0 | 1000010 | 110 | 1000000 | 1010100 | 111111 |
Color Harmonies of #E6F052
Complementary color
Monochromatic Colors of #E6F052
Black with #E6F052
Text Example
Text Example
White with #E6F052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F052; }
p { color: rgb(230,240,82); }
H1.HeaderClassName
{
color: #E6F052;
}
.AnyTagClassName
{
color: #E6F052;
}
</style>
background-color css
<style>
a { background-color: #E6F052; }
a { background-color: rgb(230,240,82); }
div.DivClassName
{
background-color: #E6F052;
}
.BgClassName
{
background-color: #E6F052;
}
</style>
border-color css
<style>
span { border-color: #E6F052; }
span { border-color: rgb(230,240,82); }
td.TdClassName
{
border-color: #E6F052;
}
.TagClassName
{
border-color: #E6F052;
}
</style>