Shades of Selective Yellow #EAB409
Tints of Selective Yellow #EAB409
RGB
CMYK
RGB Variations
Color information
#EAB409 (or 0xEAB409) is known color: Selective Yellow. HEX triplet: EA, B4 and 09. RGB value is (234,180,9). Sum of RGB (Red+Green+Blue) = 234+180+9=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 9 (3.91% from 255 or 2.13% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB409 is #154BF6. Grayscale: #B1B1B1. Windows color (decimal): -1395703 or 636138. OLE color: 636138.
HSL color Cylindrical-coordinate representation of color #EAB409: hue angle of 45.6º degrees, saturation: 0.93, 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 #EAB409 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 9 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.08 |
| HSL | 45.6º | 0.93% | 0.48% | - |
| HSV(B) | 45.6º | 0.96% | 0.92% | - |
| XYZ | 50.3 | 50.15 | 7.29 | - |
| YUV | 176.65 | 33.39 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 9 | 0 | 0.23 | 0.96 | 0.08 | 45.6 | 0.93 | 0.48 |
| Hex | EA | B4 | 9 | 0 | 17 | 60 | 8 | 2E | 5D | 30 |
| Octal | 352 | 264 | 11 | 0 | 27 | 140 | 10 | 56 | 135 | 60 |
| Binary | 11101010 | 10110100 | 1001 | 0 | 10111 | 1100000 | 1000 | 101110 | 1011101 | 110000 |
Color Harmonies of #EAB409
Complementary color
Monochromatic Colors of #EAB409
Black with #EAB409
Text Example
Text Example
White with #EAB409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB409; }
p { color: rgb(234,180,9); }
H1.HeaderClassName
{
color: #EAB409;
}
.AnyTagClassName
{
color: #EAB409;
}
</style>
background-color css
<style>
a { background-color: #EAB409; }
a { background-color: rgb(234,180,9); }
div.DivClassName
{
background-color: #EAB409;
}
.BgClassName
{
background-color: #EAB409;
}
</style>
border-color css
<style>
span { border-color: #EAB409; }
span { border-color: rgb(234,180,9); }
td.TdClassName
{
border-color: #EAB409;
}
.TagClassName
{
border-color: #EAB409;
}
</style>