Shades of Yellow Sea #E9A128
Tints of Yellow Sea #E9A128
RGB
CMYK
RGB Variations
Color information
#E9A128 (or 0xE9A128) is known color: Yellow Sea. HEX triplet: E9, A1 and 28. RGB value is (233,161,40). Sum of RGB (Red+Green+Blue) = 233+161+40=434 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.69% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A128 is #165ED7. Grayscale: #A9A9A9. Windows color (decimal): -1466072 or 2662889. OLE color: 2662889.
HSL color Cylindrical-coordinate representation of color #E9A128: hue angle of 37.62º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E9A128 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 161 | 40 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.09 |
| HSL | 37.62º | 0.81% | 0.54% | - |
| HSV(B) | 37.62º | 0.83% | 0.91% | - |
| XYZ | 46.73 | 42.97 | 7.84 | - |
| YUV | 168.73 | 55.35 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 161 | 40 | 0 | 0.31 | 0.83 | 0.09 | 37.62 | 0.81 | 0.54 |
| Hex | E9 | A1 | 28 | 0 | 1F | 53 | 9 | 26 | 51 | 36 |
| Octal | 351 | 241 | 50 | 0 | 37 | 123 | 11 | 46 | 121 | 66 |
| Binary | 11101001 | 10100001 | 101000 | 0 | 11111 | 1010011 | 1001 | 100110 | 1010001 | 110110 |
Color Harmonies of #E9A128
Complementary color
Monochromatic Colors of #E9A128
Black with #E9A128
Text Example
Text Example
White with #E9A128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A128; }
p { color: rgb(233,161,40); }
H1.HeaderClassName
{
color: #E9A128;
}
.AnyTagClassName
{
color: #E9A128;
}
</style>
background-color css
<style>
a { background-color: #E9A128; }
a { background-color: rgb(233,161,40); }
div.DivClassName
{
background-color: #E9A128;
}
.BgClassName
{
background-color: #E9A128;
}
</style>
border-color css
<style>
span { border-color: #E9A128; }
span { border-color: rgb(233,161,40); }
td.TdClassName
{
border-color: #E9A128;
}
.TagClassName
{
border-color: #E9A128;
}
</style>