Shades of Gorse #FEE134
Tints of Gorse #FEE134
RGB
CMYK
RGB Variations
Color information
#FEE134 (or 0xFEE134) is known color: Gorse. HEX triplet: FE, E1 and 34. RGB value is (254,225,52). Sum of RGB (Red+Green+Blue) = 254+225+52=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 52 (20.70% from 255 or 9.79% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE134 is #011ECB. Grayscale: #D6D6D6. Windows color (decimal): -73420 or 3465726. OLE color: 3465726.
HSL color Cylindrical-coordinate representation of color #FEE134: hue angle of 51.39º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FEE134 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 52 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.00 |
| HSL | 51.39º | 0.99% | 0.6% | - |
| HSV(B) | 51.39º | 0.8% | 1% | - |
| XYZ | 68.42 | 75.17 | 14.15 | - |
| YUV | 213.95 | 36.61 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 52 | 0 | 0.11 | 0.80 | 0.00 | 51.39 | 0.99 | 0.6 |
| Hex | FE | E1 | 34 | 0 | B | 50 | 0 | 33 | 63 | 3C |
| Octal | 376 | 341 | 64 | 0 | 13 | 120 | 0 | 63 | 143 | 74 |
| Binary | 11111110 | 11100001 | 110100 | 0 | 1011 | 1010000 | 0 | 110011 | 1100011 | 111100 |
Color Harmonies of #FEE134
Complementary color
Monochromatic Colors of #FEE134
Black with #FEE134
Text Example
Text Example
White with #FEE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE134; }
p { color: rgb(254,225,52); }
H1.HeaderClassName
{
color: #FEE134;
}
.AnyTagClassName
{
color: #FEE134;
}
</style>
background-color css
<style>
a { background-color: #FEE134; }
a { background-color: rgb(254,225,52); }
div.DivClassName
{
background-color: #FEE134;
}
.BgClassName
{
background-color: #FEE134;
}
</style>
border-color css
<style>
span { border-color: #FEE134; }
span { border-color: rgb(254,225,52); }
td.TdClassName
{
border-color: #FEE134;
}
.TagClassName
{
border-color: #FEE134;
}
</style>