Shades of Gorse #FEE734
Tints of Gorse #FEE734
RGB
CMYK
RGB Variations
Color information
#FEE734 (or 0xFEE734) is known color: Gorse. HEX triplet: FE, E7 and 34. RGB value is (254,231,52). Sum of RGB (Red+Green+Blue) = 254+231+52=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 231 (90.62% from 255 or 43.02% from 537); Blue value is 52 (20.70% from 255 or 9.68% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE734 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE734 is #0118CB. Grayscale: #DADADA. Windows color (decimal): -71884 or 3467262. OLE color: 3467262.
HSL color Cylindrical-coordinate representation of color #FEE734: hue angle of 53.17º 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 #FEE734 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 231 | 52 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.00 |
| HSL | 53.17º | 0.99% | 0.6% | - |
| HSV(B) | 53.17º | 0.8% | 1% | - |
| XYZ | 70.07 | 78.47 | 14.7 | - |
| YUV | 217.47 | 34.62 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 231 | 52 | 0 | 0.09 | 0.80 | 0.00 | 53.17 | 0.99 | 0.6 |
| Hex | FE | E7 | 34 | 0 | 9 | 50 | 0 | 35 | 63 | 3C |
| Octal | 376 | 347 | 64 | 0 | 11 | 120 | 0 | 65 | 143 | 74 |
| Binary | 11111110 | 11100111 | 110100 | 0 | 1001 | 1010000 | 0 | 110101 | 1100011 | 111100 |
Color Harmonies of #FEE734
Complementary color
Monochromatic Colors of #FEE734
Black with #FEE734
Text Example
Text Example
White with #FEE734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE734; }
p { color: rgb(254,231,52); }
H1.HeaderClassName
{
color: #FEE734;
}
.AnyTagClassName
{
color: #FEE734;
}
</style>
background-color css
<style>
a { background-color: #FEE734; }
a { background-color: rgb(254,231,52); }
div.DivClassName
{
background-color: #FEE734;
}
.BgClassName
{
background-color: #FEE734;
}
</style>
border-color css
<style>
span { border-color: #FEE734; }
span { border-color: rgb(254,231,52); }
td.TdClassName
{
border-color: #FEE734;
}
.TagClassName
{
border-color: #FEE734;
}
</style>