Shades of Selective Yellow #EAB200
Tints of Selective Yellow #EAB200
RGB
CMYK
RGB Variations
Color information
#EAB200 (or 0xEAB200) is known color: Selective Yellow. HEX triplet: EA, B2 and 00. RGB value is (234,178,0). Sum of RGB (Red+Green+Blue) = 234+178+0=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 178 (69.92% from 255 or 43.20% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB200 is #154DFF. Grayscale: #AFAFAF. Windows color (decimal): -1396224 or 45802. OLE color: 45802.
HSL color Cylindrical-coordinate representation of color #EAB200: hue angle of 45.64º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAB200 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.08 |
| HSL | 45.64º | 1% | 0.46% | - |
| HSV(B) | 45.64º | 1% | 0.92% | - |
| XYZ | 49.85 | 49.33 | 6.89 | - |
| YUV | 174.45 | 29.55 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 0 | 0 | 0.24 | 1 | 0.08 | 45.64 | 1 | 0.46 |
| Hex | EA | B2 | 0 | 0 | 18 | 64 | 8 | 2E | 64 | 2E |
| Octal | 352 | 262 | 0 | 0 | 30 | 144 | 10 | 56 | 144 | 56 |
| Binary | 11101010 | 10110010 | 0 | 0 | 11000 | 1100100 | 1000 | 101110 | 1100100 | 101110 |
Color Harmonies of #EAB200
Complementary color
Monochromatic Colors of #EAB200
Black with #EAB200
Text Example
Text Example
White with #EAB200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB200; }
p { color: rgb(234,178,0); }
H1.HeaderClassName
{
color: #EAB200;
}
.AnyTagClassName
{
color: #EAB200;
}
</style>
background-color css
<style>
a { background-color: #EAB200; }
a { background-color: rgb(234,178,0); }
div.DivClassName
{
background-color: #EAB200;
}
.BgClassName
{
background-color: #EAB200;
}
</style>
border-color css
<style>
span { border-color: #EAB200; }
span { border-color: rgb(234,178,0); }
td.TdClassName
{
border-color: #EAB200;
}
.TagClassName
{
border-color: #EAB200;
}
</style>