Shades of Selective Yellow #E6B102
Tints of Selective Yellow #E6B102
RGB
CMYK
RGB Variations
Color information
#E6B102 (or 0xE6B102) is known color: Selective Yellow. HEX triplet: E6, B1 and 02. RGB value is (230,177,2). Sum of RGB (Red+Green+Blue) = 230+177+2=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 177 (69.53% from 255 or 43.28% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B102 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6B102 is #194EFD. Grayscale: #ADADAD. Windows color (decimal): -1658622 or 176614. OLE color: 176614.
HSL color Cylindrical-coordinate representation of color #E6B102: hue angle of 46.05º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6B102 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 177 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.10 |
| HSL | 46.05º | 0.98% | 0.45% | - |
| HSV(B) | 46.05º | 0.99% | 0.9% | - |
| XYZ | 48.37 | 48.27 | 6.83 | - |
| YUV | 172.9 | 31.56 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 2 | 0 | 0.23 | 0.99 | 0.10 | 46.05 | 0.98 | 0.45 |
| Hex | E6 | B1 | 2 | 0 | 17 | 63 | A | 2E | 62 | 2D |
| Octal | 346 | 261 | 2 | 0 | 27 | 143 | 12 | 56 | 142 | 55 |
| Binary | 11100110 | 10110001 | 10 | 0 | 10111 | 1100011 | 1010 | 101110 | 1100010 | 101101 |
Color Harmonies of #E6B102
Complementary color
Monochromatic Colors of #E6B102
Black with #E6B102
Text Example
Text Example
White with #E6B102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B102; }
p { color: rgb(230,177,2); }
H1.HeaderClassName
{
color: #E6B102;
}
.AnyTagClassName
{
color: #E6B102;
}
</style>
background-color css
<style>
a { background-color: #E6B102; }
a { background-color: rgb(230,177,2); }
div.DivClassName
{
background-color: #E6B102;
}
.BgClassName
{
background-color: #E6B102;
}
</style>
border-color css
<style>
span { border-color: #E6B102; }
span { border-color: rgb(230,177,2); }
td.TdClassName
{
border-color: #E6B102;
}
.TagClassName
{
border-color: #E6B102;
}
</style>