Shades of Golden Yellow #FFE302
Tints of Golden Yellow #FFE302
RGB
CMYK
RGB Variations
Color information
#FFE302 (or 0xFFE302) is known color: Golden Yellow. HEX triplet: FF, E3 and 02. RGB value is (255,227,2). Sum of RGB (Red+Green+Blue) = 255+227+2=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 2 (1.17% from 255 or 0.41% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFE302 is #001CFD. Grayscale: #D2D2D2. Windows color (decimal): -7422 or 189439. OLE color: 189439.
HSL color Cylindrical-coordinate representation of color #FFE302: hue angle of 53.36º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFE302 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 227 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0 |
| HSL | 53.36º | 1% | 0.5% | - |
| HSV(B) | 53.36º | 0.99% | 1% | - |
| XYZ | 68.72 | 76.2 | 11.14 | - |
| YUV | 209.72 | 10.78 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 227 | 2 | 0 | 0.11 | 0.99 | 0 | 53.36 | 1 | 0.5 |
| Hex | FF | E3 | 2 | 0 | B | 63 | 0 | 35 | 64 | 32 |
| Octal | 377 | 343 | 2 | 0 | 13 | 143 | 0 | 65 | 144 | 62 |
| Binary | 11111111 | 11100011 | 10 | 0 | 1011 | 1100011 | 0 | 110101 | 1100100 | 110010 |
Color Harmonies of #FFE302
Complementary color
Monochromatic Colors of #FFE302
Black with #FFE302
Text Example
Text Example
White with #FFE302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE302; }
p { color: rgb(255,227,2); }
H1.HeaderClassName
{
color: #FFE302;
}
.AnyTagClassName
{
color: #FFE302;
}
</style>
background-color css
<style>
a { background-color: #FFE302; }
a { background-color: rgb(255,227,2); }
div.DivClassName
{
background-color: #FFE302;
}
.BgClassName
{
background-color: #FFE302;
}
</style>
border-color css
<style>
span { border-color: #FFE302; }
span { border-color: rgb(255,227,2); }
td.TdClassName
{
border-color: #FFE302;
}
.TagClassName
{
border-color: #FFE302;
}
</style>