Shades of Yellow Sea #E9A12A
Tints of Yellow Sea #E9A12A
RGB
CMYK
RGB Variations
Color information
#E9A12A (or 0xE9A12A) is known color: Yellow Sea. HEX triplet: E9, A1 and 2A. RGB value is (233,161,42). Sum of RGB (Red+Green+Blue) = 233+161+42=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A12A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A12A is #165ED5. Grayscale: #A9A9A9. Windows color (decimal): -1466070 or 2793961. OLE color: 2793961.
HSL color Cylindrical-coordinate representation of color #E9A12A: hue angle of 37.38º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9A12A is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 161 | 42 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.09 |
| HSL | 37.38º | 0.81% | 0.54% | - |
| HSV(B) | 37.38º | 0.82% | 0.91% | - |
| XYZ | 46.77 | 42.98 | 8.02 | - |
| YUV | 168.96 | 56.35 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 161 | 42 | 0 | 0.31 | 0.82 | 0.09 | 37.38 | 0.81 | 0.54 |
| Hex | E9 | A1 | 2A | 0 | 1F | 52 | 9 | 25 | 51 | 36 |
| Octal | 351 | 241 | 52 | 0 | 37 | 122 | 11 | 45 | 121 | 66 |
| Binary | 11101001 | 10100001 | 101010 | 0 | 11111 | 1010010 | 1001 | 100101 | 1010001 | 110110 |
Color Harmonies of #E9A12A
Complementary color
Monochromatic Colors of #E9A12A
Black with #E9A12A
Text Example
Text Example
White with #E9A12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A12A; }
p { color: rgb(233,161,42); }
H1.HeaderClassName
{
color: #E9A12A;
}
.AnyTagClassName
{
color: #E9A12A;
}
</style>
background-color css
<style>
a { background-color: #E9A12A; }
a { background-color: rgb(233,161,42); }
div.DivClassName
{
background-color: #E9A12A;
}
.BgClassName
{
background-color: #E9A12A;
}
</style>
border-color css
<style>
span { border-color: #E9A12A; }
span { border-color: rgb(233,161,42); }
td.TdClassName
{
border-color: #E9A12A;
}
.TagClassName
{
border-color: #E9A12A;
}
</style>