Shades of Gorse #FEE23F
Tints of Gorse #FEE23F
RGB
CMYK
RGB Variations
Color information
#FEE23F (or 0xFEE23F) is known color: Gorse. HEX triplet: FE, E2 and 3F. RGB value is (254,226,63). Sum of RGB (Red+Green+Blue) = 254+226+63=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 63 (25% from 255 or 11.60% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE23F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEE23F is #011DC0. Grayscale: #D8D8D8. Windows color (decimal): -73153 or 4186878. OLE color: 4186878.
HSL color Cylindrical-coordinate representation of color #FEE23F: hue angle of 51.2º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEE23F is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 63 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.00 |
| HSL | 51.2º | 0.99% | 0.62% | - |
| HSV(B) | 51.2º | 0.75% | 1% | - |
| XYZ | 68.97 | 75.82 | 15.7 | - |
| YUV | 215.79 | 41.78 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 63 | 0 | 0.11 | 0.75 | 0.00 | 51.2 | 0.99 | 0.62 |
| Hex | FE | E2 | 3F | 0 | B | 4B | 0 | 33 | 63 | 3E |
| Octal | 376 | 342 | 77 | 0 | 13 | 113 | 0 | 63 | 143 | 76 |
| Binary | 11111110 | 11100010 | 111111 | 0 | 1011 | 1001011 | 0 | 110011 | 1100011 | 111110 |
Color Harmonies of #FEE23F
Complementary color
Monochromatic Colors of #FEE23F
Black with #FEE23F
Text Example
Text Example
White with #FEE23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE23F; }
p { color: rgb(254,226,63); }
H1.HeaderClassName
{
color: #FEE23F;
}
.AnyTagClassName
{
color: #FEE23F;
}
</style>
background-color css
<style>
a { background-color: #FEE23F; }
a { background-color: rgb(254,226,63); }
div.DivClassName
{
background-color: #FEE23F;
}
.BgClassName
{
background-color: #FEE23F;
}
</style>
border-color css
<style>
span { border-color: #FEE23F; }
span { border-color: rgb(254,226,63); }
td.TdClassName
{
border-color: #FEE23F;
}
.TagClassName
{
border-color: #FEE23F;
}
</style>