Shades of Yellow Sea #E8A22D
Tints of Yellow Sea #E8A22D
RGB
CMYK
RGB Variations
Color information
#E8A22D (or 0xE8A22D) is known color: Yellow Sea. HEX triplet: E8, A2 and 2D. RGB value is (232,162,45). Sum of RGB (Red+Green+Blue) = 232+162+45=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 162 (63.67% from 255 or 36.90% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A22D is #175DD2. Grayscale: #AAAAAA. Windows color (decimal): -1531347 or 2990824. OLE color: 2990824.
HSL color Cylindrical-coordinate representation of color #E8A22D: hue angle of 37.54º 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 #E8A22D is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 162 | 45 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.09 |
| HSL | 37.54º | 0.8% | 0.54% | - |
| HSV(B) | 37.54º | 0.81% | 0.91% | - |
| XYZ | 46.67 | 43.19 | 8.36 | - |
| YUV | 169.59 | 57.69 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 45 | 0 | 0.30 | 0.81 | 0.09 | 37.54 | 0.8 | 0.54 |
| Hex | E8 | A2 | 2D | 0 | 1E | 51 | 9 | 26 | 50 | 36 |
| Octal | 350 | 242 | 55 | 0 | 36 | 121 | 11 | 46 | 120 | 66 |
| Binary | 11101000 | 10100010 | 101101 | 0 | 11110 | 1010001 | 1001 | 100110 | 1010000 | 110110 |
Color Harmonies of #E8A22D
Complementary color
Monochromatic Colors of #E8A22D
Black with #E8A22D
Text Example
Text Example
White with #E8A22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A22D; }
p { color: rgb(232,162,45); }
H1.HeaderClassName
{
color: #E8A22D;
}
.AnyTagClassName
{
color: #E8A22D;
}
</style>
background-color css
<style>
a { background-color: #E8A22D; }
a { background-color: rgb(232,162,45); }
div.DivClassName
{
background-color: #E8A22D;
}
.BgClassName
{
background-color: #E8A22D;
}
</style>
border-color css
<style>
span { border-color: #E8A22D; }
span { border-color: rgb(232,162,45); }
td.TdClassName
{
border-color: #E8A22D;
}
.TagClassName
{
border-color: #E8A22D;
}
</style>