Shades of Selective Yellow #EAB401
Tints of Selective Yellow #EAB401
RGB
CMYK
RGB Variations
Color information
#EAB401 (or 0xEAB401) is known color: Selective Yellow. HEX triplet: EA, B4 and 01. RGB value is (234,180,1). Sum of RGB (Red+Green+Blue) = 234+180+1=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB401 is #154BFE. Grayscale: #B0B0B0. Windows color (decimal): -1395711 or 111850. OLE color: 111850.
HSL color Cylindrical-coordinate representation of color #EAB401: hue angle of 46.09º 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 #EAB401 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0.08 |
| HSL | 46.09º | 0.99% | 0.46% | - |
| HSV(B) | 46.09º | 1% | 0.92% | - |
| XYZ | 50.26 | 50.14 | 7.06 | - |
| YUV | 175.74 | 29.39 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 1 | 0 | 0.23 | 1.00 | 0.08 | 46.09 | 0.99 | 0.46 |
| Hex | EA | B4 | 1 | 0 | 17 | 64 | 8 | 2E | 63 | 2E |
| Octal | 352 | 264 | 1 | 0 | 27 | 144 | 10 | 56 | 143 | 56 |
| Binary | 11101010 | 10110100 | 1 | 0 | 10111 | 1100100 | 1000 | 101110 | 1100011 | 101110 |
Color Harmonies of #EAB401
Complementary color
Monochromatic Colors of #EAB401
Black with #EAB401
Text Example
Text Example
White with #EAB401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB401; }
p { color: rgb(234,180,1); }
H1.HeaderClassName
{
color: #EAB401;
}
.AnyTagClassName
{
color: #EAB401;
}
</style>
background-color css
<style>
a { background-color: #EAB401; }
a { background-color: rgb(234,180,1); }
div.DivClassName
{
background-color: #EAB401;
}
.BgClassName
{
background-color: #EAB401;
}
</style>
border-color css
<style>
span { border-color: #EAB401; }
span { border-color: rgb(234,180,1); }
td.TdClassName
{
border-color: #EAB401;
}
.TagClassName
{
border-color: #EAB401;
}
</style>