Shades of Yellow Sea #E9A32D
Tints of Yellow Sea #E9A32D
RGB
CMYK
RGB Variations
Color information
#E9A32D (or 0xE9A32D) is known color: Yellow Sea. HEX triplet: E9, A3 and 2D. RGB value is (233,163,45). Sum of RGB (Red+Green+Blue) = 233+163+45=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A32D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A32D is #165CD2. Grayscale: #ABABAB. Windows color (decimal): -1465555 or 2991081. OLE color: 2991081.
HSL color Cylindrical-coordinate representation of color #E9A32D: hue angle of 37.66º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9A32D is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 163 | 45 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.09 |
| HSL | 37.66º | 0.81% | 0.55% | - |
| HSV(B) | 37.66º | 0.81% | 0.91% | - |
| XYZ | 47.18 | 43.71 | 8.43 | - |
| YUV | 170.48 | 57.19 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 163 | 45 | 0 | 0.30 | 0.81 | 0.09 | 37.66 | 0.81 | 0.55 |
| Hex | E9 | A3 | 2D | 0 | 1E | 51 | 9 | 26 | 51 | 37 |
| Octal | 351 | 243 | 55 | 0 | 36 | 121 | 11 | 46 | 121 | 67 |
| Binary | 11101001 | 10100011 | 101101 | 0 | 11110 | 1010001 | 1001 | 100110 | 1010001 | 110111 |
Color Harmonies of #E9A32D
Complementary color
Monochromatic Colors of #E9A32D
Black with #E9A32D
Text Example
Text Example
White with #E9A32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9A32D; }
p { color: rgb(233,163,45); }
H1.HeaderClassName
{
color: #E9A32D;
}
.AnyTagClassName
{
color: #E9A32D;
}
</style>
background-color css
<style>
a { background-color: #E9A32D; }
a { background-color: rgb(233,163,45); }
div.DivClassName
{
background-color: #E9A32D;
}
.BgClassName
{
background-color: #E9A32D;
}
</style>
border-color css
<style>
span { border-color: #E9A32D; }
span { border-color: rgb(233,163,45); }
td.TdClassName
{
border-color: #E9A32D;
}
.TagClassName
{
border-color: #E9A32D;
}
</style>