Shades of Selective Yellow #EAB501
Tints of Selective Yellow #EAB501
RGB
CMYK
RGB Variations
Color information
#EAB501 (or 0xEAB501) is known color: Selective Yellow. HEX triplet: EA, B5 and 01. RGB value is (234,181,1). Sum of RGB (Red+Green+Blue) = 234+181+1=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB501 is #154AFE. Grayscale: #B1B1B1. Windows color (decimal): -1395455 or 112106. OLE color: 112106.
HSL color Cylindrical-coordinate representation of color #EAB501: hue angle of 46.35º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAB501 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0.08 |
| HSL | 46.35º | 0.99% | 0.46% | - |
| HSV(B) | 46.35º | 1% | 0.92% | - |
| XYZ | 50.46 | 50.54 | 7.12 | - |
| YUV | 176.33 | 29.06 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 1 | 0 | 0.23 | 1.00 | 0.08 | 46.35 | 0.99 | 0.46 |
| Hex | EA | B5 | 1 | 0 | 17 | 64 | 8 | 2E | 63 | 2E |
| Octal | 352 | 265 | 1 | 0 | 27 | 144 | 10 | 56 | 143 | 56 |
| Binary | 11101010 | 10110101 | 1 | 0 | 10111 | 1100100 | 1000 | 101110 | 1100011 | 101110 |
Color Harmonies of #EAB501
Complementary color
Monochromatic Colors of #EAB501
Black with #EAB501
Text Example
Text Example
White with #EAB501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB501; }
p { color: rgb(234,181,1); }
H1.HeaderClassName
{
color: #EAB501;
}
.AnyTagClassName
{
color: #EAB501;
}
</style>
background-color css
<style>
a { background-color: #EAB501; }
a { background-color: rgb(234,181,1); }
div.DivClassName
{
background-color: #EAB501;
}
.BgClassName
{
background-color: #EAB501;
}
</style>
border-color css
<style>
span { border-color: #EAB501; }
span { border-color: rgb(234,181,1); }
td.TdClassName
{
border-color: #EAB501;
}
.TagClassName
{
border-color: #EAB501;
}
</style>