Shades of Yellow Sea #E9A52E
Tints of Yellow Sea #E9A52E
RGB
CMYK
RGB Variations
Color information
#E9A52E (or 0xE9A52E) is known color: Yellow Sea. HEX triplet: E9, A5 and 2E. RGB value is (233,165,46). Sum of RGB (Red+Green+Blue) = 233+165+46=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 46 (18.36% from 255 or 10.36% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A52E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A52E is #165AD1. Grayscale: #ACACAC. Windows color (decimal): -1465042 or 3057129. OLE color: 3057129.
HSL color Cylindrical-coordinate representation of color #E9A52E: hue angle of 38.18º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9A52E is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 165 | 46 | - |
| CMYK | 0 | 0.29 | 0.80 | 0.09 |
| HSL | 38.18º | 0.81% | 0.55% | - |
| HSV(B) | 38.18º | 0.8% | 0.91% | - |
| XYZ | 47.55 | 44.43 | 8.65 | - |
| YUV | 171.77 | 57.03 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 165 | 46 | 0 | 0.29 | 0.80 | 0.09 | 38.18 | 0.81 | 0.55 |
| Hex | E9 | A5 | 2E | 0 | 1D | 50 | 9 | 26 | 51 | 37 |
| Octal | 351 | 245 | 56 | 0 | 35 | 120 | 11 | 46 | 121 | 67 |
| Binary | 11101001 | 10100101 | 101110 | 0 | 11101 | 1010000 | 1001 | 100110 | 1010001 | 110111 |
Color Harmonies of #E9A52E
Complementary color
Monochromatic Colors of #E9A52E
Black with #E9A52E
Text Example
Text Example
White with #E9A52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A52E; }
p { color: rgb(233,165,46); }
H1.HeaderClassName
{
color: #E9A52E;
}
.AnyTagClassName
{
color: #E9A52E;
}
</style>
background-color css
<style>
a { background-color: #E9A52E; }
a { background-color: rgb(233,165,46); }
div.DivClassName
{
background-color: #E9A52E;
}
.BgClassName
{
background-color: #E9A52E;
}
</style>
border-color css
<style>
span { border-color: #E9A52E; }
span { border-color: rgb(233,165,46); }
td.TdClassName
{
border-color: #E9A52E;
}
.TagClassName
{
border-color: #E9A52E;
}
</style>