Shades of Yellow Sea #E6A32E
Tints of Yellow Sea #E6A32E
RGB
CMYK
RGB Variations
Color information
#E6A32E (or 0xE6A32E) is known color: Yellow Sea. HEX triplet: E6, A3 and 2E. RGB value is (230,163,46). Sum of RGB (Red+Green+Blue) = 230+163+46=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A32E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A32E is #195CD1. Grayscale: #AAAAAA. Windows color (decimal): -1662162 or 3056614. OLE color: 3056614.
HSL color Cylindrical-coordinate representation of color #E6A32E: hue angle of 38.15º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6A32E is Cyan = 0, Magento = 0.29, Yellow = 0.8 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 163 | 46 | - |
| CMYK | 0 | 0.29 | 0.8 | 0.10 |
| HSL | 38.15º | 0.79% | 0.54% | - |
| HSV(B) | 38.15º | 0.8% | 0.9% | - |
| XYZ | 46.22 | 43.21 | 8.49 | - |
| YUV | 169.7 | 58.2 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 163 | 46 | 0 | 0.29 | 0.8 | 0.10 | 38.15 | 0.79 | 0.54 |
| Hex | E6 | A3 | 2E | 0 | 1D | 50 | A | 26 | 4F | 36 |
| Octal | 346 | 243 | 56 | 0 | 35 | 120 | 12 | 46 | 117 | 66 |
| Binary | 11100110 | 10100011 | 101110 | 0 | 11101 | 1010000 | 1010 | 100110 | 1001111 | 110110 |
Color Harmonies of #E6A32E
Complementary color
Monochromatic Colors of #E6A32E
Black with #E6A32E
Text Example
Text Example
White with #E6A32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A32E; }
p { color: rgb(230,163,46); }
H1.HeaderClassName
{
color: #E6A32E;
}
.AnyTagClassName
{
color: #E6A32E;
}
</style>
background-color css
<style>
a { background-color: #E6A32E; }
a { background-color: rgb(230,163,46); }
div.DivClassName
{
background-color: #E6A32E;
}
.BgClassName
{
background-color: #E6A32E;
}
</style>
border-color css
<style>
span { border-color: #E6A32E; }
span { border-color: rgb(230,163,46); }
td.TdClassName
{
border-color: #E6A32E;
}
.TagClassName
{
border-color: #E6A32E;
}
</style>