Shades of Gorse #FEEB2D
Tints of Gorse #FEEB2D
RGB
CMYK
RGB Variations
Color information
#FEEB2D (or 0xFEEB2D) is known color: Gorse. HEX triplet: FE, EB and 2D. RGB value is (254,235,45). Sum of RGB (Red+Green+Blue) = 254+235+45=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 45 (17.97% from 255 or 8.43% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEEB2D is #0114D2. Grayscale: #DBDBDB. Windows color (decimal): -70867 or 3009534. OLE color: 3009534.
HSL color Cylindrical-coordinate representation of color #FEEB2D: hue angle of 54.55º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEEB2D is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 45 | - |
| CMYK | 0 | 0.07 | 0.82 | 0.00 |
| HSL | 54.55º | 0.99% | 0.59% | - |
| HSV(B) | 54.55º | 0.82% | 1% | - |
| XYZ | 71.06 | 80.68 | 14.31 | - |
| YUV | 219.02 | 29.79 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 45 | 0 | 0.07 | 0.82 | 0.00 | 54.55 | 0.99 | 0.59 |
| Hex | FE | EB | 2D | 0 | 7 | 52 | 0 | 37 | 63 | 3B |
| Octal | 376 | 353 | 55 | 0 | 7 | 122 | 0 | 67 | 143 | 73 |
| Binary | 11111110 | 11101011 | 101101 | 0 | 111 | 1010010 | 0 | 110111 | 1100011 | 111011 |
Color Harmonies of #FEEB2D
Complementary color
Monochromatic Colors of #FEEB2D
Black with #FEEB2D
Text Example
Text Example
White with #FEEB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB2D; }
p { color: rgb(254,235,45); }
H1.HeaderClassName
{
color: #FEEB2D;
}
.AnyTagClassName
{
color: #FEEB2D;
}
</style>
background-color css
<style>
a { background-color: #FEEB2D; }
a { background-color: rgb(254,235,45); }
div.DivClassName
{
background-color: #FEEB2D;
}
.BgClassName
{
background-color: #FEEB2D;
}
</style>
border-color css
<style>
span { border-color: #FEEB2D; }
span { border-color: rgb(254,235,45); }
td.TdClassName
{
border-color: #FEEB2D;
}
.TagClassName
{
border-color: #FEEB2D;
}
</style>