Shades of Yellow Sea #E5A02F
Tints of Yellow Sea #E5A02F
RGB
CMYK
RGB Variations
Color information
#E5A02F (or 0xE5A02F) is known color: Yellow Sea. HEX triplet: E5, A0 and 2F. RGB value is (229,160,47). Sum of RGB (Red+Green+Blue) = 229+160+47=436 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.52% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 47 (18.75% from 255 or 10.78% from 436); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A02F is #1A5FD0. Grayscale: #A8A8A8. Windows color (decimal): -1728465 or 3121381. OLE color: 3121381.
HSL color Cylindrical-coordinate representation of color #E5A02F: hue angle of 37.25º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5A02F is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 47 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.10 |
| HSL | 37.25º | 0.78% | 0.54% | - |
| HSV(B) | 37.25º | 0.79% | 0.9% | - |
| XYZ | 45.4 | 42 | 8.4 | - |
| YUV | 167.75 | 59.86 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 47 | 0 | 0.30 | 0.79 | 0.10 | 37.25 | 0.78 | 0.54 |
| Hex | E5 | A0 | 2F | 0 | 1E | 4F | A | 25 | 4E | 36 |
| Octal | 345 | 240 | 57 | 0 | 36 | 117 | 12 | 45 | 116 | 66 |
| Binary | 11100101 | 10100000 | 101111 | 0 | 11110 | 1001111 | 1010 | 100101 | 1001110 | 110110 |
Color Harmonies of #E5A02F
Complementary color
Monochromatic Colors of #E5A02F
Black with #E5A02F
Text Example
Text Example
White with #E5A02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A02F; }
p { color: rgb(229,160,47); }
H1.HeaderClassName
{
color: #E5A02F;
}
.AnyTagClassName
{
color: #E5A02F;
}
</style>
background-color css
<style>
a { background-color: #E5A02F; }
a { background-color: rgb(229,160,47); }
div.DivClassName
{
background-color: #E5A02F;
}
.BgClassName
{
background-color: #E5A02F;
}
</style>
border-color css
<style>
span { border-color: #E5A02F; }
span { border-color: rgb(229,160,47); }
td.TdClassName
{
border-color: #E5A02F;
}
.TagClassName
{
border-color: #E5A02F;
}
</style>