Shades of Selective Yellow #E9AF02
Tints of Selective Yellow #E9AF02
RGB
CMYK
RGB Variations
Color information
#E9AF02 (or 0xE9AF02) is known color: Selective Yellow. HEX triplet: E9, AF and 02. RGB value is (233,175,2). Sum of RGB (Red+Green+Blue) = 233+175+2=410 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.83% from 410); Green value is 175 (68.75% from 255 or 42.68% from 410); Blue value is 2 (1.17% from 255 or 0.49% from 410); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E9AF02 is #1650FD. Grayscale: #ADADAD. Windows color (decimal): -1462526 or 176105. OLE color: 176105.
HSL color Cylindrical-coordinate representation of color #E9AF02: hue angle of 44.94º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E9AF02 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 2 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.09 |
| HSL | 44.94º | 0.98% | 0.46% | - |
| HSV(B) | 44.94º | 0.99% | 0.91% | - |
| XYZ | 48.95 | 47.99 | 6.74 | - |
| YUV | 172.62 | 31.72 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 2 | 0 | 0.25 | 0.99 | 0.09 | 44.94 | 0.98 | 0.46 |
| Hex | E9 | AF | 2 | 0 | 19 | 63 | 9 | 2D | 62 | 2E |
| Octal | 351 | 257 | 2 | 0 | 31 | 143 | 11 | 55 | 142 | 56 |
| Binary | 11101001 | 10101111 | 10 | 0 | 11001 | 1100011 | 1001 | 101101 | 1100010 | 101110 |
Color Harmonies of #E9AF02
Complementary color
Monochromatic Colors of #E9AF02
Black with #E9AF02
Text Example
Text Example
White with #E9AF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF02; }
p { color: rgb(233,175,2); }
H1.HeaderClassName
{
color: #E9AF02;
}
.AnyTagClassName
{
color: #E9AF02;
}
</style>
background-color css
<style>
a { background-color: #E9AF02; }
a { background-color: rgb(233,175,2); }
div.DivClassName
{
background-color: #E9AF02;
}
.BgClassName
{
background-color: #E9AF02;
}
</style>
border-color css
<style>
span { border-color: #E9AF02; }
span { border-color: rgb(233,175,2); }
td.TdClassName
{
border-color: #E9AF02;
}
.TagClassName
{
border-color: #E9AF02;
}
</style>