Shades of Gorse #FFE632
Tints of Gorse #FFE632
RGB
CMYK
RGB Variations
Color information
#FFE632 (or 0xFFE632) is known color: Gorse. HEX triplet: FF, E6 and 32. RGB value is (255,230,50). Sum of RGB (Red+Green+Blue) = 255+230+50=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 50 (19.92% from 255 or 9.35% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE632 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFE632 is #0019CD. Grayscale: #D9D9D9. Windows color (decimal): -6606 or 3335935. OLE color: 3335935.
HSL color Cylindrical-coordinate representation of color #FFE632: hue angle of 52.68º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFE632 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 50 | - |
| CMYK | 0 | 0.10 | 0.80 | 0 |
| HSL | 52.68º | 1% | 0.6% | - |
| HSV(B) | 52.68º | 0.8% | 1% | - |
| XYZ | 70.11 | 78.08 | 14.39 | - |
| YUV | 216.96 | 33.78 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 50 | 0 | 0.10 | 0.80 | 0 | 52.68 | 1 | 0.6 |
| Hex | FF | E6 | 32 | 0 | A | 50 | 0 | 35 | 64 | 3C |
| Octal | 377 | 346 | 62 | 0 | 12 | 120 | 0 | 65 | 144 | 74 |
| Binary | 11111111 | 11100110 | 110010 | 0 | 1010 | 1010000 | 0 | 110101 | 1100100 | 111100 |
Color Harmonies of #FFE632
Complementary color
Monochromatic Colors of #FFE632
Black with #FFE632
Text Example
Text Example
White with #FFE632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE632; }
p { color: rgb(255,230,50); }
H1.HeaderClassName
{
color: #FFE632;
}
.AnyTagClassName
{
color: #FFE632;
}
</style>
background-color css
<style>
a { background-color: #FFE632; }
a { background-color: rgb(255,230,50); }
div.DivClassName
{
background-color: #FFE632;
}
.BgClassName
{
background-color: #FFE632;
}
</style>
border-color css
<style>
span { border-color: #FFE632; }
span { border-color: rgb(255,230,50); }
td.TdClassName
{
border-color: #FFE632;
}
.TagClassName
{
border-color: #FFE632;
}
</style>