Shades of Golden Yellow #FFE300
Tints of Golden Yellow #FFE300
RGB
CMYK
RGB Variations
Color information
#FFE300 (or 0xFFE300) is known color: Golden Yellow. HEX triplet: FF, E3 and 00. RGB value is (255,227,0). Sum of RGB (Red+Green+Blue) = 255+227+0=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 0 (0.39% from 255 or 0% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE300 is #001CFF. Grayscale: #D2D2D2. Windows color (decimal): -7424 or 58367. OLE color: 58367.
HSL color Cylindrical-coordinate representation of color #FFE300: hue angle of 53.41º 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 #FFE300 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0 |
| HSL | 53.41º | 1% | 0.5% | - |
| HSV(B) | 53.41º | 1% | 1% | - |
| XYZ | 68.71 | 76.2 | 11.09 | - |
| YUV | 209.49 | 9.78 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 0 | 0 | 0.11 | 1 | 0 | 53.41 | 1 | 0.5 |
| Hex | FF | E3 | 0 | 0 | B | 64 | 0 | 35 | 64 | 32 |
| Octal | 377 | 343 | 0 | 0 | 13 | 144 | 0 | 65 | 144 | 62 |
| Binary | 11111111 | 11100011 | 0 | 0 | 1011 | 1100100 | 0 | 110101 | 1100100 | 110010 |
Color Harmonies of #FFE300
Complementary color
Monochromatic Colors of #FFE300
Black with #FFE300
Text Example
Text Example
White with #FFE300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE300; }
p { color: rgb(255,227,0); }
H1.HeaderClassName
{
color: #FFE300;
}
.AnyTagClassName
{
color: #FFE300;
}
</style>
background-color css
<style>
a { background-color: #FFE300; }
a { background-color: rgb(255,227,0); }
div.DivClassName
{
background-color: #FFE300;
}
.BgClassName
{
background-color: #FFE300;
}
</style>
border-color css
<style>
span { border-color: #FFE300; }
span { border-color: rgb(255,227,0); }
td.TdClassName
{
border-color: #FFE300;
}
.TagClassName
{
border-color: #FFE300;
}
</style>