Shades of Gorse #FEE235
Tints of Gorse #FEE235
RGB
CMYK
RGB Variations
Color information
#FEE235 (or 0xFEE235) is known color: Gorse. HEX triplet: FE, E2 and 35. RGB value is (254,226,53). Sum of RGB (Red+Green+Blue) = 254+226+53=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 53 (21.09% from 255 or 9.94% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE235 is #011DCA. Grayscale: #D7D7D7. Windows color (decimal): -73163 or 3531518. OLE color: 3531518.
HSL color Cylindrical-coordinate representation of color #FEE235: hue angle of 51.64º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FEE235 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 53 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.00 |
| HSL | 51.64º | 0.99% | 0.6% | - |
| HSV(B) | 51.64º | 0.79% | 1% | - |
| XYZ | 68.71 | 75.72 | 14.36 | - |
| YUV | 214.65 | 36.78 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 53 | 0 | 0.11 | 0.79 | 0.00 | 51.64 | 0.99 | 0.6 |
| Hex | FE | E2 | 35 | 0 | B | 4F | 0 | 34 | 63 | 3C |
| Octal | 376 | 342 | 65 | 0 | 13 | 117 | 0 | 64 | 143 | 74 |
| Binary | 11111110 | 11100010 | 110101 | 0 | 1011 | 1001111 | 0 | 110100 | 1100011 | 111100 |
Color Harmonies of #FEE235
Complementary color
Monochromatic Colors of #FEE235
Black with #FEE235
Text Example
Text Example
White with #FEE235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE235; }
p { color: rgb(254,226,53); }
H1.HeaderClassName
{
color: #FEE235;
}
.AnyTagClassName
{
color: #FEE235;
}
</style>
background-color css
<style>
a { background-color: #FEE235; }
a { background-color: rgb(254,226,53); }
div.DivClassName
{
background-color: #FEE235;
}
.BgClassName
{
background-color: #FEE235;
}
</style>
border-color css
<style>
span { border-color: #FEE235; }
span { border-color: rgb(254,226,53); }
td.TdClassName
{
border-color: #FEE235;
}
.TagClassName
{
border-color: #FEE235;
}
</style>