Shades of Golden Yellow #FFE000
Tints of Golden Yellow #FFE000
RGB
CMYK
RGB Variations
Color information
#FFE000 (or 0xFFE000) is known color: Golden Yellow. HEX triplet: FF, E0 and 00. RGB value is (255,224,0). Sum of RGB (Red+Green+Blue) = 255+224+0=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 0 (0.39% from 255 or 0% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE000 is #001FFF. Grayscale: #D0D0D0. Windows color (decimal): -8192 or 57599. OLE color: 57599.
HSL color Cylindrical-coordinate representation of color #FFE000: hue angle of 52.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFE000 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 224 | 0 | - |
CMYK | 0 | 0.12 | 1 | 0 |
HSL | 52.71º | 1% | 0.5% | - |
HSV(B) | 52.71º | 1% | 1% | - |
XYZ | 67.9 | 74.57 | 10.82 | - |
YUV | 207.73 | 10.77 | 161.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 224 | 0 | 0 | 0.12 | 1 | 0 | 52.71 | 1 | 0.5 |
Hex | FF | E0 | 0 | 0 | C | 64 | 0 | 35 | 64 | 32 |
Octal | 377 | 340 | 0 | 0 | 14 | 144 | 0 | 65 | 144 | 62 |
Binary | 11111111 | 11100000 | 0 | 0 | 1100 | 1100100 | 0 | 110101 | 1100100 | 110010 |
Color Harmonies of #FFE000
Complementary color
Monochromatic Colors of #FFE000
Black with #FFE000
Text Example
Text Example
White with #FFE000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE000; }
p { color: rgb(255,224,0); }
H1.HeaderClassName
{
color: #FFE000;
}
.AnyTagClassName
{
color: #FFE000;
}
</style>
background-color css
<style>
a { background-color: #FFE000; }
a { background-color: rgb(255,224,0); }
div.DivClassName
{
background-color: #FFE000;
}
.BgClassName
{
background-color: #FFE000;
}
</style>
border-color css
<style>
span { border-color: #FFE000; }
span { border-color: rgb(255,224,0); }
td.TdClassName
{
border-color: #FFE000;
}
.TagClassName
{
border-color: #FFE000;
}
</style>