Shades of Gorse #FDEE2D
Tints of Gorse #FDEE2D
RGB
CMYK
RGB Variations
Color information
#FDEE2D (or 0xFDEE2D) is known color: Gorse. HEX triplet: FD, EE and 2D. RGB value is (253,238,45). Sum of RGB (Red+Green+Blue) = 253+238+45=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 45 (17.97% from 255 or 8.40% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEE2D is #0211D2. Grayscale: #DDDDDD. Windows color (decimal): -135635 or 3010301. OLE color: 3010301.
HSL color Cylindrical-coordinate representation of color #FDEE2D: hue angle of 55.67º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDEE2D is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 45 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.01 |
| HSL | 55.67º | 0.98% | 0.58% | - |
| HSV(B) | 55.67º | 0.82% | 0.99% | - |
| XYZ | 71.56 | 82.22 | 14.58 | - |
| YUV | 220.48 | 28.97 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 45 | 0 | 0.06 | 0.82 | 0.01 | 55.67 | 0.98 | 0.58 |
| Hex | FD | EE | 2D | 0 | 6 | 52 | 1 | 38 | 62 | 3A |
| Octal | 375 | 356 | 55 | 0 | 6 | 122 | 1 | 70 | 142 | 72 |
| Binary | 11111101 | 11101110 | 101101 | 0 | 110 | 1010010 | 1 | 111000 | 1100010 | 111010 |
Color Harmonies of #FDEE2D
Complementary color
Monochromatic Colors of #FDEE2D
Black with #FDEE2D
Text Example
Text Example
White with #FDEE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEE2D; }
p { color: rgb(253,238,45); }
H1.HeaderClassName
{
color: #FDEE2D;
}
.AnyTagClassName
{
color: #FDEE2D;
}
</style>
background-color css
<style>
a { background-color: #FDEE2D; }
a { background-color: rgb(253,238,45); }
div.DivClassName
{
background-color: #FDEE2D;
}
.BgClassName
{
background-color: #FDEE2D;
}
</style>
border-color css
<style>
span { border-color: #FDEE2D; }
span { border-color: rgb(253,238,45); }
td.TdClassName
{
border-color: #FDEE2D;
}
.TagClassName
{
border-color: #FDEE2D;
}
</style>