Shades of Golden Yellow #FFEB03
Tints of Golden Yellow #FFEB03
RGB
CMYK
RGB Variations
Color information
#FFEB03 (or 0xFFEB03) is known color: Golden Yellow. HEX triplet: FF, EB and 03. RGB value is (255,235,3). Sum of RGB (Red+Green+Blue) = 255+235+3=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 3 (1.56% from 255 or 0.61% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFEB03 is #0014FC. Grayscale: #D7D7D7. Windows color (decimal): -5373 or 257023. OLE color: 257023.
HSL color Cylindrical-coordinate representation of color #FFEB03: hue angle of 55.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFEB03 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 3 | - |
| CMYK | 0 | 0.08 | 0.99 | 0 |
| HSL | 55.24º | 1% | 0.51% | - |
| HSV(B) | 55.24º | 0.99% | 1% | - |
| XYZ | 70.96 | 80.68 | 11.92 | - |
| YUV | 214.53 | 8.63 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 3 | 0 | 0.08 | 0.99 | 0 | 55.24 | 1 | 0.51 |
| Hex | FF | EB | 3 | 0 | 8 | 63 | 0 | 37 | 64 | 33 |
| Octal | 377 | 353 | 3 | 0 | 10 | 143 | 0 | 67 | 144 | 63 |
| Binary | 11111111 | 11101011 | 11 | 0 | 1000 | 1100011 | 0 | 110111 | 1100100 | 110011 |
Color Harmonies of #FFEB03
Complementary color
Monochromatic Colors of #FFEB03
Black with #FFEB03
Text Example
Text Example
White with #FFEB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB03; }
p { color: rgb(255,235,3); }
H1.HeaderClassName
{
color: #FFEB03;
}
.AnyTagClassName
{
color: #FFEB03;
}
</style>
background-color css
<style>
a { background-color: #FFEB03; }
a { background-color: rgb(255,235,3); }
div.DivClassName
{
background-color: #FFEB03;
}
.BgClassName
{
background-color: #FFEB03;
}
</style>
border-color css
<style>
span { border-color: #FFEB03; }
span { border-color: rgb(255,235,3); }
td.TdClassName
{
border-color: #FFEB03;
}
.TagClassName
{
border-color: #FFEB03;
}
</style>