Shades of Honeysuckle #EBEB5C
Tints of Honeysuckle #EBEB5C
RGB
CMYK
RGB Variations
Color information
#EBEB5C (or 0xEBEB5C) is known color: Honeysuckle. HEX triplet: EB, EB and 5C. RGB value is (235,235,92). Sum of RGB (Red+Green+Blue) = 235+235+92=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 92 (36.33% from 255 or 16.37% from 562); Max value from RGB is 235 - color contains mainly: red, green. Hex color #EBEB5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBEB5C is #1414A3. Grayscale: #DBDBDB. Windows color (decimal): -1316004 or 6089707. OLE color: 6089707.
HSL color Cylindrical-coordinate representation of color #EBEB5C: hue angle of 60º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EBEB5C is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 235 | 92 | - |
| CMYK | 0 | 0 | 0.61 | 0.08 |
| HSL | 60º | 0.78% | 0.64% | - |
| HSV(B) | 60º | 0.61% | 0.92% | - |
| XYZ | 65.9 | 77.85 | 21.68 | - |
| YUV | 218.7 | 56.5 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 235 | 92 | 0 | 0 | 0.61 | 0.08 | 60 | 0.78 | 0.64 |
| Hex | EB | EB | 5C | 0 | 0 | 3D | 8 | 3C | 4E | 40 |
| Octal | 353 | 353 | 134 | 0 | 0 | 75 | 10 | 74 | 116 | 100 |
| Binary | 11101011 | 11101011 | 1011100 | 0 | 0 | 111101 | 1000 | 111100 | 1001110 | 1000000 |
Color Harmonies of #EBEB5C
Complementary color
Monochromatic Colors of #EBEB5C
Black with #EBEB5C
Text Example
Text Example
White with #EBEB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEB5C; }
p { color: rgb(235,235,92); }
H1.HeaderClassName
{
color: #EBEB5C;
}
.AnyTagClassName
{
color: #EBEB5C;
}
</style>
background-color css
<style>
a { background-color: #EBEB5C; }
a { background-color: rgb(235,235,92); }
div.DivClassName
{
background-color: #EBEB5C;
}
.BgClassName
{
background-color: #EBEB5C;
}
</style>
border-color css
<style>
span { border-color: #EBEB5C; }
span { border-color: rgb(235,235,92); }
td.TdClassName
{
border-color: #EBEB5C;
}
.TagClassName
{
border-color: #EBEB5C;
}
</style>