Shades of Gorse #FEE735
Tints of Gorse #FEE735
RGB
CMYK
RGB Variations
Color information
#FEE735 (or 0xFEE735) is known color: Gorse. HEX triplet: FE, E7 and 35. RGB value is (254,231,53). Sum of RGB (Red+Green+Blue) = 254+231+53=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 231 (90.62% from 255 or 42.94% from 538); Blue value is 53 (21.09% from 255 or 9.85% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE735 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE735 is #0118CA. Grayscale: #DADADA. Windows color (decimal): -71883 or 3532798. OLE color: 3532798.
HSL color Cylindrical-coordinate representation of color #FEE735: hue angle of 53.13º 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 #FEE735 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 53 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.00 |
| HSL | 53.13º | 0.99% | 0.6% | - |
| HSV(B) | 53.13º | 0.79% | 1% | - |
| XYZ | 70.09 | 78.48 | 14.82 | - |
| YUV | 217.59 | 35.12 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 53 | 0 | 0.09 | 0.79 | 0.00 | 53.13 | 0.99 | 0.6 |
| Hex | FE | E7 | 35 | 0 | 9 | 4F | 0 | 35 | 63 | 3C |
| Octal | 376 | 347 | 65 | 0 | 11 | 117 | 0 | 65 | 143 | 74 |
| Binary | 11111110 | 11100111 | 110101 | 0 | 1001 | 1001111 | 0 | 110101 | 1100011 | 111100 |
Color Harmonies of #FEE735
Complementary color
Monochromatic Colors of #FEE735
Black with #FEE735
Text Example
Text Example
White with #FEE735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE735; }
p { color: rgb(254,231,53); }
H1.HeaderClassName
{
color: #FEE735;
}
.AnyTagClassName
{
color: #FEE735;
}
</style>
background-color css
<style>
a { background-color: #FEE735; }
a { background-color: rgb(254,231,53); }
div.DivClassName
{
background-color: #FEE735;
}
.BgClassName
{
background-color: #FEE735;
}
</style>
border-color css
<style>
span { border-color: #FEE735; }
span { border-color: rgb(254,231,53); }
td.TdClassName
{
border-color: #FEE735;
}
.TagClassName
{
border-color: #FEE735;
}
</style>