Shades of Yellow Sea #E8A231
Tints of Yellow Sea #E8A231
RGB
CMYK
RGB Variations
Color information
#E8A231 (or 0xE8A231) is known color: Yellow Sea. HEX triplet: E8, A2 and 31. RGB value is (232,162,49). Sum of RGB (Red+Green+Blue) = 232+162+49=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A231 is #175DCE. Grayscale: #AAAAAA. Windows color (decimal): -1531343 or 3252968. OLE color: 3252968.
HSL color Cylindrical-coordinate representation of color #E8A231: hue angle of 37.05º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E8A231 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 162 | 49 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.09 |
| HSL | 37.05º | 0.8% | 0.55% | - |
| HSV(B) | 37.05º | 0.79% | 0.91% | - |
| XYZ | 46.75 | 43.22 | 8.78 | - |
| YUV | 170.05 | 59.69 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 49 | 0 | 0.30 | 0.79 | 0.09 | 37.05 | 0.8 | 0.55 |
| Hex | E8 | A2 | 31 | 0 | 1E | 4F | 9 | 25 | 50 | 37 |
| Octal | 350 | 242 | 61 | 0 | 36 | 117 | 11 | 45 | 120 | 67 |
| Binary | 11101000 | 10100010 | 110001 | 0 | 11110 | 1001111 | 1001 | 100101 | 1010000 | 110111 |
Color Harmonies of #E8A231
Complementary color
Monochromatic Colors of #E8A231
Black with #E8A231
Text Example
Text Example
White with #E8A231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A231; }
p { color: rgb(232,162,49); }
H1.HeaderClassName
{
color: #E8A231;
}
.AnyTagClassName
{
color: #E8A231;
}
</style>
background-color css
<style>
a { background-color: #E8A231; }
a { background-color: rgb(232,162,49); }
div.DivClassName
{
background-color: #E8A231;
}
.BgClassName
{
background-color: #E8A231;
}
</style>
border-color css
<style>
span { border-color: #E8A231; }
span { border-color: rgb(232,162,49); }
td.TdClassName
{
border-color: #E8A231;
}
.TagClassName
{
border-color: #E8A231;
}
</style>