Shades of Selective Yellow #EAB303
Tints of Selective Yellow #EAB303
RGB
CMYK
RGB Variations
Color information
#EAB303 (or 0xEAB303) is known color: Selective Yellow. HEX triplet: EA, B3 and 03. RGB value is (234,179,3). Sum of RGB (Red+Green+Blue) = 234+179+3=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAB303 is #154CFC. Grayscale: #B0B0B0. Windows color (decimal): -1395965 or 242666. OLE color: 242666.
HSL color Cylindrical-coordinate representation of color #EAB303: hue angle of 45.71º 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 #EAB303 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 3 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.08 |
| HSL | 45.71º | 0.97% | 0.46% | - |
| HSV(B) | 45.71º | 0.99% | 0.92% | - |
| XYZ | 50.07 | 49.74 | 7.05 | - |
| YUV | 175.38 | 30.72 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 3 | 0 | 0.24 | 0.99 | 0.08 | 45.71 | 0.97 | 0.46 |
| Hex | EA | B3 | 3 | 0 | 18 | 63 | 8 | 2E | 61 | 2E |
| Octal | 352 | 263 | 3 | 0 | 30 | 143 | 10 | 56 | 141 | 56 |
| Binary | 11101010 | 10110011 | 11 | 0 | 11000 | 1100011 | 1000 | 101110 | 1100001 | 101110 |
Color Harmonies of #EAB303
Complementary color
Monochromatic Colors of #EAB303
Black with #EAB303
Text Example
Text Example
White with #EAB303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB303; }
p { color: rgb(234,179,3); }
H1.HeaderClassName
{
color: #EAB303;
}
.AnyTagClassName
{
color: #EAB303;
}
</style>
background-color css
<style>
a { background-color: #EAB303; }
a { background-color: rgb(234,179,3); }
div.DivClassName
{
background-color: #EAB303;
}
.BgClassName
{
background-color: #EAB303;
}
</style>
border-color css
<style>
span { border-color: #EAB303; }
span { border-color: rgb(234,179,3); }
td.TdClassName
{
border-color: #EAB303;
}
.TagClassName
{
border-color: #EAB303;
}
</style>