Shades of Selective Yellow #EAB50A
Tints of Selective Yellow #EAB50A
RGB
CMYK
RGB Variations
Color information
#EAB50A (or 0xEAB50A) is known color: Selective Yellow. HEX triplet: EA, B5 and 0A. RGB value is (234,181,10). Sum of RGB (Red+Green+Blue) = 234+181+10=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 10 (4.30% from 255 or 2.35% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB50A is #154AF5. Grayscale: #B2B2B2. Windows color (decimal): -1395446 or 701930. OLE color: 701930.
HSL color Cylindrical-coordinate representation of color #EAB50A: hue angle of 45.8º 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 #EAB50A is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 10 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.08 |
| HSL | 45.8º | 0.92% | 0.48% | - |
| HSV(B) | 45.8º | 0.96% | 0.92% | - |
| XYZ | 50.51 | 50.56 | 7.38 | - |
| YUV | 177.35 | 33.56 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 10 | 0 | 0.23 | 0.96 | 0.08 | 45.8 | 0.92 | 0.48 |
| Hex | EA | B5 | A | 0 | 17 | 60 | 8 | 2E | 5C | 30 |
| Octal | 352 | 265 | 12 | 0 | 27 | 140 | 10 | 56 | 134 | 60 |
| Binary | 11101010 | 10110101 | 1010 | 0 | 10111 | 1100000 | 1000 | 101110 | 1011100 | 110000 |
Color Harmonies of #EAB50A
Complementary color
Monochromatic Colors of #EAB50A
Black with #EAB50A
Text Example
Text Example
White with #EAB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB50A; }
p { color: rgb(234,181,10); }
H1.HeaderClassName
{
color: #EAB50A;
}
.AnyTagClassName
{
color: #EAB50A;
}
</style>
background-color css
<style>
a { background-color: #EAB50A; }
a { background-color: rgb(234,181,10); }
div.DivClassName
{
background-color: #EAB50A;
}
.BgClassName
{
background-color: #EAB50A;
}
</style>
border-color css
<style>
span { border-color: #EAB50A; }
span { border-color: rgb(234,181,10); }
td.TdClassName
{
border-color: #EAB50A;
}
.TagClassName
{
border-color: #EAB50A;
}
</style>