Shades of Yellow Sea #E9A42E
Tints of Yellow Sea #E9A42E
RGB
CMYK
RGB Variations
Color information
#E9A42E (or 0xE9A42E) is known color: Yellow Sea. HEX triplet: E9, A4 and 2E. RGB value is (233,164,46). Sum of RGB (Red+Green+Blue) = 233+164+46=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A42E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A42E is #165BD1. Grayscale: #ABABAB. Windows color (decimal): -1465298 or 3056873. OLE color: 3056873.
HSL color Cylindrical-coordinate representation of color #E9A42E: hue angle of 37.86º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9A42E is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 164 | 46 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.09 |
| HSL | 37.86º | 0.81% | 0.55% | - |
| HSV(B) | 37.86º | 0.8% | 0.91% | - |
| XYZ | 47.37 | 44.07 | 8.59 | - |
| YUV | 171.18 | 57.36 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 164 | 46 | 0 | 0.30 | 0.80 | 0.09 | 37.86 | 0.81 | 0.55 |
| Hex | E9 | A4 | 2E | 0 | 1E | 50 | 9 | 26 | 51 | 37 |
| Octal | 351 | 244 | 56 | 0 | 36 | 120 | 11 | 46 | 121 | 67 |
| Binary | 11101001 | 10100100 | 101110 | 0 | 11110 | 1010000 | 1001 | 100110 | 1010001 | 110111 |
Color Harmonies of #E9A42E
Complementary color
Monochromatic Colors of #E9A42E
Black with #E9A42E
Text Example
Text Example
White with #E9A42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A42E; }
p { color: rgb(233,164,46); }
H1.HeaderClassName
{
color: #E9A42E;
}
.AnyTagClassName
{
color: #E9A42E;
}
</style>
background-color css
<style>
a { background-color: #E9A42E; }
a { background-color: rgb(233,164,46); }
div.DivClassName
{
background-color: #E9A42E;
}
.BgClassName
{
background-color: #E9A42E;
}
</style>
border-color css
<style>
span { border-color: #E9A42E; }
span { border-color: rgb(233,164,46); }
td.TdClassName
{
border-color: #E9A42E;
}
.TagClassName
{
border-color: #E9A42E;
}
</style>