Shades of Yellow Sea #E8A32C
Tints of Yellow Sea #E8A32C
RGB
CMYK
RGB Variations
Color information
#E8A32C (or 0xE8A32C) is known color: Yellow Sea. HEX triplet: E8, A3 and 2C. RGB value is (232,163,44). Sum of RGB (Red+Green+Blue) = 232+163+44=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 44 (17.58% from 255 or 10.02% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A32C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A32C is #175CD3. Grayscale: #AAAAAA. Windows color (decimal): -1531092 or 2925544. OLE color: 2925544.
HSL color Cylindrical-coordinate representation of color #E8A32C: hue angle of 37.98º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8A32C is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 163 | 44 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.09 |
| HSL | 37.98º | 0.8% | 0.54% | - |
| HSV(B) | 37.98º | 0.81% | 0.91% | - |
| XYZ | 46.83 | 43.53 | 8.32 | - |
| YUV | 170.07 | 56.86 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 163 | 44 | 0 | 0.30 | 0.81 | 0.09 | 37.98 | 0.8 | 0.54 |
| Hex | E8 | A3 | 2C | 0 | 1E | 51 | 9 | 26 | 50 | 36 |
| Octal | 350 | 243 | 54 | 0 | 36 | 121 | 11 | 46 | 120 | 66 |
| Binary | 11101000 | 10100011 | 101100 | 0 | 11110 | 1010001 | 1001 | 100110 | 1010000 | 110110 |
Color Harmonies of #E8A32C
Complementary color
Monochromatic Colors of #E8A32C
Black with #E8A32C
Text Example
Text Example
White with #E8A32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A32C; }
p { color: rgb(232,163,44); }
H1.HeaderClassName
{
color: #E8A32C;
}
.AnyTagClassName
{
color: #E8A32C;
}
</style>
background-color css
<style>
a { background-color: #E8A32C; }
a { background-color: rgb(232,163,44); }
div.DivClassName
{
background-color: #E8A32C;
}
.BgClassName
{
background-color: #E8A32C;
}
</style>
border-color css
<style>
span { border-color: #E8A32C; }
span { border-color: rgb(232,163,44); }
td.TdClassName
{
border-color: #E8A32C;
}
.TagClassName
{
border-color: #E8A32C;
}
</style>