Shades of Gorse #FFE641
Tints of Gorse #FFE641
RGB
CMYK
RGB Variations
Color information
#FFE641 (or 0xFFE641) is known color: Gorse. HEX triplet: FF, E6 and 41. RGB value is (255,230,65). Sum of RGB (Red+Green+Blue) = 255+230+65=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 65 (25.78% from 255 or 11.82% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE641 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE641 is #0019BE. Grayscale: #DBDBDB. Windows color (decimal): -6591 or 4318975. OLE color: 4318975.
HSL color Cylindrical-coordinate representation of color #FFE641: hue angle of 52.11º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFE641 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 65 | - |
| CMYK | 0 | 0.10 | 0.75 | 0 |
| HSL | 52.11º | 1% | 0.63% | - |
| HSV(B) | 52.11º | 0.75% | 1% | - |
| XYZ | 70.49 | 78.24 | 16.39 | - |
| YUV | 218.67 | 41.28 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 65 | 0 | 0.10 | 0.75 | 0 | 52.11 | 1 | 0.63 |
| Hex | FF | E6 | 41 | 0 | A | 4B | 0 | 34 | 64 | 3F |
| Octal | 377 | 346 | 101 | 0 | 12 | 113 | 0 | 64 | 144 | 77 |
| Binary | 11111111 | 11100110 | 1000001 | 0 | 1010 | 1001011 | 0 | 110100 | 1100100 | 111111 |
Color Harmonies of #FFE641
Complementary color
Monochromatic Colors of #FFE641
Black with #FFE641
Text Example
Text Example
White with #FFE641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE641; }
p { color: rgb(255,230,65); }
H1.HeaderClassName
{
color: #FFE641;
}
.AnyTagClassName
{
color: #FFE641;
}
</style>
background-color css
<style>
a { background-color: #FFE641; }
a { background-color: rgb(255,230,65); }
div.DivClassName
{
background-color: #FFE641;
}
.BgClassName
{
background-color: #FFE641;
}
</style>
border-color css
<style>
span { border-color: #FFE641; }
span { border-color: rgb(255,230,65); }
td.TdClassName
{
border-color: #FFE641;
}
.TagClassName
{
border-color: #FFE641;
}
</style>