Shades of Selective Yellow #E8B101
Tints of Selective Yellow #E8B101
RGB
CMYK
RGB Variations
Color information
#E8B101 (or 0xE8B101) is known color: Selective Yellow. HEX triplet: E8, B1 and 01. RGB value is (232,177,1). Sum of RGB (Red+Green+Blue) = 232+177+1=410 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.59% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 1 (0.78% from 255 or 0.24% from 410); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8B101 is #174EFE. Grayscale: #AEAEAE. Windows color (decimal): -1527551 or 111080. OLE color: 111080.
HSL color Cylindrical-coordinate representation of color #E8B101: hue angle of 45.71º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8B101 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 177 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0.09 |
| HSL | 45.71º | 0.99% | 0.46% | - |
| HSV(B) | 45.71º | 1% | 0.91% | - |
| XYZ | 49.01 | 48.6 | 6.83 | - |
| YUV | 173.38 | 30.72 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 177 | 1 | 0 | 0.24 | 1.00 | 0.09 | 45.71 | 0.99 | 0.46 |
| Hex | E8 | B1 | 1 | 0 | 18 | 64 | 9 | 2E | 63 | 2E |
| Octal | 350 | 261 | 1 | 0 | 30 | 144 | 11 | 56 | 143 | 56 |
| Binary | 11101000 | 10110001 | 1 | 0 | 11000 | 1100100 | 1001 | 101110 | 1100011 | 101110 |
Color Harmonies of #E8B101
Complementary color
Monochromatic Colors of #E8B101
Black with #E8B101
Text Example
Text Example
White with #E8B101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B101; }
p { color: rgb(232,177,1); }
H1.HeaderClassName
{
color: #E8B101;
}
.AnyTagClassName
{
color: #E8B101;
}
</style>
background-color css
<style>
a { background-color: #E8B101; }
a { background-color: rgb(232,177,1); }
div.DivClassName
{
background-color: #E8B101;
}
.BgClassName
{
background-color: #E8B101;
}
</style>
border-color css
<style>
span { border-color: #E8B101; }
span { border-color: rgb(232,177,1); }
td.TdClassName
{
border-color: #E8B101;
}
.TagClassName
{
border-color: #E8B101;
}
</style>