Shades of Selective Yellow #EAB502
Tints of Selective Yellow #EAB502
RGB
CMYK
RGB Variations
Color information
#EAB502 (or 0xEAB502) is known color: Selective Yellow. HEX triplet: EA, B5 and 02. RGB value is (234,181,2). Sum of RGB (Red+Green+Blue) = 234+181+2=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB502 is #154AFD. Grayscale: #B1B1B1. Windows color (decimal): -1395454 or 177642. OLE color: 177642.
HSL color Cylindrical-coordinate representation of color #EAB502: hue angle of 46.29º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EAB502 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.08 |
| HSL | 46.29º | 0.98% | 0.46% | - |
| HSV(B) | 46.29º | 0.99% | 0.92% | - |
| XYZ | 50.47 | 50.54 | 7.15 | - |
| YUV | 176.44 | 29.56 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 2 | 0 | 0.23 | 0.99 | 0.08 | 46.29 | 0.98 | 0.46 |
| Hex | EA | B5 | 2 | 0 | 17 | 63 | 8 | 2E | 62 | 2E |
| Octal | 352 | 265 | 2 | 0 | 27 | 143 | 10 | 56 | 142 | 56 |
| Binary | 11101010 | 10110101 | 10 | 0 | 10111 | 1100011 | 1000 | 101110 | 1100010 | 101110 |
Color Harmonies of #EAB502
Complementary color
Monochromatic Colors of #EAB502
Black with #EAB502
Text Example
Text Example
White with #EAB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB502; }
p { color: rgb(234,181,2); }
H1.HeaderClassName
{
color: #EAB502;
}
.AnyTagClassName
{
color: #EAB502;
}
</style>
background-color css
<style>
a { background-color: #EAB502; }
a { background-color: rgb(234,181,2); }
div.DivClassName
{
background-color: #EAB502;
}
.BgClassName
{
background-color: #EAB502;
}
</style>
border-color css
<style>
span { border-color: #EAB502; }
span { border-color: rgb(234,181,2); }
td.TdClassName
{
border-color: #EAB502;
}
.TagClassName
{
border-color: #EAB502;
}
</style>