Shades of Gorse #FFEF2D
Tints of Gorse #FFEF2D
RGB
CMYK
RGB Variations
Color information
#FFEF2D (or 0xFFEF2D) is known color: Gorse. HEX triplet: FF, EF and 2D. RGB value is (255,239,45). Sum of RGB (Red+Green+Blue) = 255+239+45=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 45 (17.97% from 255 or 8.35% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFEF2D is #0010D2. Grayscale: #DEDEDE. Windows color (decimal): -4307 or 3010559. OLE color: 3010559.
HSL color Cylindrical-coordinate representation of color #FFEF2D: hue angle of 55.43º 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 #FFEF2D is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 45 | - |
| CMYK | 0 | 0.06 | 0.82 | 0 |
| HSL | 55.43º | 1% | 0.59% | - |
| HSV(B) | 55.43º | 0.82% | 1% | - |
| XYZ | 72.58 | 83.18 | 14.71 | - |
| YUV | 221.67 | 28.3 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 45 | 0 | 0.06 | 0.82 | 0 | 55.43 | 1 | 0.59 |
| Hex | FF | EF | 2D | 0 | 6 | 52 | 0 | 37 | 64 | 3B |
| Octal | 377 | 357 | 55 | 0 | 6 | 122 | 0 | 67 | 144 | 73 |
| Binary | 11111111 | 11101111 | 101101 | 0 | 110 | 1010010 | 0 | 110111 | 1100100 | 111011 |
Color Harmonies of #FFEF2D
Complementary color
Monochromatic Colors of #FFEF2D
Black with #FFEF2D
Text Example
Text Example
White with #FFEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF2D; }
p { color: rgb(255,239,45); }
H1.HeaderClassName
{
color: #FFEF2D;
}
.AnyTagClassName
{
color: #FFEF2D;
}
</style>
background-color css
<style>
a { background-color: #FFEF2D; }
a { background-color: rgb(255,239,45); }
div.DivClassName
{
background-color: #FFEF2D;
}
.BgClassName
{
background-color: #FFEF2D;
}
</style>
border-color css
<style>
span { border-color: #FFEF2D; }
span { border-color: rgb(255,239,45); }
td.TdClassName
{
border-color: #FFEF2D;
}
.TagClassName
{
border-color: #FFEF2D;
}
</style>