Shades of Golden Yellow #FFE00B
Tints of Golden Yellow #FFE00B
RGB
CMYK
RGB Variations
Color information
#FFE00B (or 0xFFE00B) is known color: Golden Yellow. HEX triplet: FF, E0 and 0B. RGB value is (255,224,11). Sum of RGB (Red+Green+Blue) = 255+224+11=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 11 (4.69% from 255 or 2.24% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE00B is #001FF4. Grayscale: #D1D1D1. Windows color (decimal): -8181 or 778495. OLE color: 778495.
HSL color Cylindrical-coordinate representation of color #FFE00B: hue angle of 52.38º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFE00B is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 224 | 11 | - |
| CMYK | 0 | 0.12 | 0.96 | 0 |
| HSL | 52.38º | 1% | 0.52% | - |
| HSV(B) | 52.38º | 0.96% | 1% | - |
| XYZ | 67.96 | 74.6 | 11.13 | - |
| YUV | 208.99 | 16.27 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 224 | 11 | 0 | 0.12 | 0.96 | 0 | 52.38 | 1 | 0.52 |
| Hex | FF | E0 | B | 0 | C | 60 | 0 | 34 | 64 | 34 |
| Octal | 377 | 340 | 13 | 0 | 14 | 140 | 0 | 64 | 144 | 64 |
| Binary | 11111111 | 11100000 | 1011 | 0 | 1100 | 1100000 | 0 | 110100 | 1100100 | 110100 |
Color Harmonies of #FFE00B
Complementary color
Monochromatic Colors of #FFE00B
Black with #FFE00B
Text Example
Text Example
White with #FFE00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE00B; }
p { color: rgb(255,224,11); }
H1.HeaderClassName
{
color: #FFE00B;
}
.AnyTagClassName
{
color: #FFE00B;
}
</style>
background-color css
<style>
a { background-color: #FFE00B; }
a { background-color: rgb(255,224,11); }
div.DivClassName
{
background-color: #FFE00B;
}
.BgClassName
{
background-color: #FFE00B;
}
</style>
border-color css
<style>
span { border-color: #FFE00B; }
span { border-color: rgb(255,224,11); }
td.TdClassName
{
border-color: #FFE00B;
}
.TagClassName
{
border-color: #FFE00B;
}
</style>