Shades of Gorse #FFDE2E
Tints of Gorse #FFDE2E
RGB
CMYK
RGB Variations
Color information
#FFDE2E (or 0xFFDE2E) is known color: Gorse. HEX triplet: FF, DE and 2E. RGB value is (255,222,46). Sum of RGB (Red+Green+Blue) = 255+222+46=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 46 (18.36% from 255 or 8.80% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE2E is #0021D1. Grayscale: #D4D4D4. Windows color (decimal): -8658 or 3071743. OLE color: 3071743.
HSL color Cylindrical-coordinate representation of color #FFDE2E: hue angle of 50.53º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFDE2E is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 46 | - |
| CMYK | 0 | 0.13 | 0.82 | 0 |
| HSL | 50.53º | 1% | 0.59% | - |
| HSV(B) | 50.53º | 0.82% | 1% | - |
| XYZ | 67.85 | 73.7 | 13.23 | - |
| YUV | 211.8 | 34.43 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 46 | 0 | 0.13 | 0.82 | 0 | 50.53 | 1 | 0.59 |
| Hex | FF | DE | 2E | 0 | D | 52 | 0 | 33 | 64 | 3B |
| Octal | 377 | 336 | 56 | 0 | 15 | 122 | 0 | 63 | 144 | 73 |
| Binary | 11111111 | 11011110 | 101110 | 0 | 1101 | 1010010 | 0 | 110011 | 1100100 | 111011 |
Color Harmonies of #FFDE2E
Complementary color
Monochromatic Colors of #FFDE2E
Black with #FFDE2E
Text Example
Text Example
White with #FFDE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE2E; }
p { color: rgb(255,222,46); }
H1.HeaderClassName
{
color: #FFDE2E;
}
.AnyTagClassName
{
color: #FFDE2E;
}
</style>
background-color css
<style>
a { background-color: #FFDE2E; }
a { background-color: rgb(255,222,46); }
div.DivClassName
{
background-color: #FFDE2E;
}
.BgClassName
{
background-color: #FFDE2E;
}
</style>
border-color css
<style>
span { border-color: #FFDE2E; }
span { border-color: rgb(255,222,46); }
td.TdClassName
{
border-color: #FFDE2E;
}
.TagClassName
{
border-color: #FFDE2E;
}
</style>