Shades of Yellow Sea #E9A028
Tints of Yellow Sea #E9A028
RGB
CMYK
RGB Variations
Color information
#E9A028 (or 0xE9A028) is known color: Yellow Sea. HEX triplet: E9, A0 and 28. RGB value is (233,160,40). Sum of RGB (Red+Green+Blue) = 233+160+40=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A028 is #165FD7. Grayscale: #A8A8A8. Windows color (decimal): -1466328 or 2662633. OLE color: 2662633.
HSL color Cylindrical-coordinate representation of color #E9A028: hue angle of 37.31º 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 #E9A028 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 160 | 40 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.09 |
| HSL | 37.31º | 0.81% | 0.54% | - |
| HSV(B) | 37.31º | 0.83% | 0.91% | - |
| XYZ | 46.56 | 42.62 | 7.78 | - |
| YUV | 168.15 | 55.68 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 160 | 40 | 0 | 0.31 | 0.83 | 0.09 | 37.31 | 0.81 | 0.54 |
| Hex | E9 | A0 | 28 | 0 | 1F | 53 | 9 | 25 | 51 | 36 |
| Octal | 351 | 240 | 50 | 0 | 37 | 123 | 11 | 45 | 121 | 66 |
| Binary | 11101001 | 10100000 | 101000 | 0 | 11111 | 1010011 | 1001 | 100101 | 1010001 | 110110 |
Color Harmonies of #E9A028
Complementary color
Monochromatic Colors of #E9A028
Black with #E9A028
Text Example
Text Example
White with #E9A028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A028; }
p { color: rgb(233,160,40); }
H1.HeaderClassName
{
color: #E9A028;
}
.AnyTagClassName
{
color: #E9A028;
}
</style>
background-color css
<style>
a { background-color: #E9A028; }
a { background-color: rgb(233,160,40); }
div.DivClassName
{
background-color: #E9A028;
}
.BgClassName
{
background-color: #E9A028;
}
</style>
border-color css
<style>
span { border-color: #E9A028; }
span { border-color: rgb(233,160,40); }
td.TdClassName
{
border-color: #E9A028;
}
.TagClassName
{
border-color: #E9A028;
}
</style>