Shades of Yellow Sea #E7A02E
Tints of Yellow Sea #E7A02E
RGB
CMYK
RGB Variations
Color information
#E7A02E (or 0xE7A02E) is known color: Yellow Sea. HEX triplet: E7, A0 and 2E. RGB value is (231,160,46). Sum of RGB (Red+Green+Blue) = 231+160+46=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A02E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A02E is #185FD1. Grayscale: #A8A8A8. Windows color (decimal): -1597394 or 3055847. OLE color: 3055847.
HSL color Cylindrical-coordinate representation of color #E7A02E: hue angle of 36.97º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7A02E is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 160 | 46 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.09 |
| HSL | 36.97º | 0.79% | 0.54% | - |
| HSV(B) | 36.97º | 0.8% | 0.91% | - |
| XYZ | 46.02 | 42.33 | 8.33 | - |
| YUV | 168.23 | 59.02 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 160 | 46 | 0 | 0.31 | 0.80 | 0.09 | 36.97 | 0.79 | 0.54 |
| Hex | E7 | A0 | 2E | 0 | 1F | 50 | 9 | 25 | 4F | 36 |
| Octal | 347 | 240 | 56 | 0 | 37 | 120 | 11 | 45 | 117 | 66 |
| Binary | 11100111 | 10100000 | 101110 | 0 | 11111 | 1010000 | 1001 | 100101 | 1001111 | 110110 |
Color Harmonies of #E7A02E
Complementary color
Monochromatic Colors of #E7A02E
Black with #E7A02E
Text Example
Text Example
White with #E7A02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A02E; }
p { color: rgb(231,160,46); }
H1.HeaderClassName
{
color: #E7A02E;
}
.AnyTagClassName
{
color: #E7A02E;
}
</style>
background-color css
<style>
a { background-color: #E7A02E; }
a { background-color: rgb(231,160,46); }
div.DivClassName
{
background-color: #E7A02E;
}
.BgClassName
{
background-color: #E7A02E;
}
</style>
border-color css
<style>
span { border-color: #E7A02E; }
span { border-color: rgb(231,160,46); }
td.TdClassName
{
border-color: #E7A02E;
}
.TagClassName
{
border-color: #E7A02E;
}
</style>