Shades of Gorse #FFE930
Tints of Gorse #FFE930
RGB
CMYK
RGB Variations
Color information
#FFE930 (or 0xFFE930) is known color: Gorse. HEX triplet: FF, E9 and 30. RGB value is (255,233,48). Sum of RGB (Red+Green+Blue) = 255+233+48=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 48 (19.14% from 255 or 8.96% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE930 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE930 is #0016CF. Grayscale: #DBDBDB. Windows color (decimal): -5840 or 3205631. OLE color: 3205631.
HSL color Cylindrical-coordinate representation of color #FFE930: hue angle of 53.62º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFE930 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 48 | - |
| CMYK | 0 | 0.09 | 0.81 | 0 |
| HSL | 53.62º | 1% | 0.59% | - |
| HSV(B) | 53.62º | 0.81% | 1% | - |
| XYZ | 70.91 | 79.75 | 14.45 | - |
| YUV | 218.49 | 31.79 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 48 | 0 | 0.09 | 0.81 | 0 | 53.62 | 1 | 0.59 |
| Hex | FF | E9 | 30 | 0 | 9 | 51 | 0 | 36 | 64 | 3B |
| Octal | 377 | 351 | 60 | 0 | 11 | 121 | 0 | 66 | 144 | 73 |
| Binary | 11111111 | 11101001 | 110000 | 0 | 1001 | 1010001 | 0 | 110110 | 1100100 | 111011 |
Color Harmonies of #FFE930
Complementary color
Monochromatic Colors of #FFE930
Black with #FFE930
Text Example
Text Example
White with #FFE930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE930; }
p { color: rgb(255,233,48); }
H1.HeaderClassName
{
color: #FFE930;
}
.AnyTagClassName
{
color: #FFE930;
}
</style>
background-color css
<style>
a { background-color: #FFE930; }
a { background-color: rgb(255,233,48); }
div.DivClassName
{
background-color: #FFE930;
}
.BgClassName
{
background-color: #FFE930;
}
</style>
border-color css
<style>
span { border-color: #FFE930; }
span { border-color: rgb(255,233,48); }
td.TdClassName
{
border-color: #FFE930;
}
.TagClassName
{
border-color: #FFE930;
}
</style>