Shades of Selective Yellow #EAB103
Tints of Selective Yellow #EAB103
RGB
CMYK
RGB Variations
Color information
#EAB103 (or 0xEAB103) is known color: Selective Yellow. HEX triplet: EA, B1 and 03. RGB value is (234,177,3). Sum of RGB (Red+Green+Blue) = 234+177+3=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 3 (1.56% from 255 or 0.72% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB103 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAB103 is #154EFC. Grayscale: #AEAEAE. Windows color (decimal): -1396477 or 242154. OLE color: 242154.
HSL color Cylindrical-coordinate representation of color #EAB103: hue angle of 45.19º degrees, saturation: 0.97, 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 #EAB103 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.08 |
| HSL | 45.19º | 0.97% | 0.46% | - |
| HSV(B) | 45.19º | 0.99% | 0.92% | - |
| XYZ | 49.67 | 48.94 | 6.92 | - |
| YUV | 174.21 | 31.38 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 3 | 0 | 0.24 | 0.99 | 0.08 | 45.19 | 0.97 | 0.46 |
| Hex | EA | B1 | 3 | 0 | 18 | 63 | 8 | 2D | 61 | 2E |
| Octal | 352 | 261 | 3 | 0 | 30 | 143 | 10 | 55 | 141 | 56 |
| Binary | 11101010 | 10110001 | 11 | 0 | 11000 | 1100011 | 1000 | 101101 | 1100001 | 101110 |
Color Harmonies of #EAB103
Complementary color
Monochromatic Colors of #EAB103
Black with #EAB103
Text Example
Text Example
White with #EAB103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB103; }
p { color: rgb(234,177,3); }
H1.HeaderClassName
{
color: #EAB103;
}
.AnyTagClassName
{
color: #EAB103;
}
</style>
background-color css
<style>
a { background-color: #EAB103; }
a { background-color: rgb(234,177,3); }
div.DivClassName
{
background-color: #EAB103;
}
.BgClassName
{
background-color: #EAB103;
}
</style>
border-color css
<style>
span { border-color: #EAB103; }
span { border-color: rgb(234,177,3); }
td.TdClassName
{
border-color: #EAB103;
}
.TagClassName
{
border-color: #EAB103;
}
</style>