Shades of Selective Yellow #EAB40A
Tints of Selective Yellow #EAB40A
RGB
CMYK
RGB Variations
Color information
#EAB40A (or 0xEAB40A) is known color: Selective Yellow. HEX triplet: EA, B4 and 0A. RGB value is (234,180,10). Sum of RGB (Red+Green+Blue) = 234+180+10=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 10 (4.30% from 255 or 2.36% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB40A is #154BF5. Grayscale: #B1B1B1. Windows color (decimal): -1395702 or 701674. OLE color: 701674.
HSL color Cylindrical-coordinate representation of color #EAB40A: hue angle of 45.54º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EAB40A is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 10 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.08 |
| HSL | 45.54º | 0.92% | 0.48% | - |
| HSV(B) | 45.54º | 0.96% | 0.92% | - |
| XYZ | 50.31 | 50.16 | 7.32 | - |
| YUV | 176.77 | 33.89 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 10 | 0 | 0.23 | 0.96 | 0.08 | 45.54 | 0.92 | 0.48 |
| Hex | EA | B4 | A | 0 | 17 | 60 | 8 | 2E | 5C | 30 |
| Octal | 352 | 264 | 12 | 0 | 27 | 140 | 10 | 56 | 134 | 60 |
| Binary | 11101010 | 10110100 | 1010 | 0 | 10111 | 1100000 | 1000 | 101110 | 1011100 | 110000 |
Color Harmonies of #EAB40A
Complementary color
Monochromatic Colors of #EAB40A
Black with #EAB40A
Text Example
Text Example
White with #EAB40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB40A; }
p { color: rgb(234,180,10); }
H1.HeaderClassName
{
color: #EAB40A;
}
.AnyTagClassName
{
color: #EAB40A;
}
</style>
background-color css
<style>
a { background-color: #EAB40A; }
a { background-color: rgb(234,180,10); }
div.DivClassName
{
background-color: #EAB40A;
}
.BgClassName
{
background-color: #EAB40A;
}
</style>
border-color css
<style>
span { border-color: #EAB40A; }
span { border-color: rgb(234,180,10); }
td.TdClassName
{
border-color: #EAB40A;
}
.TagClassName
{
border-color: #EAB40A;
}
</style>