Shades of Yellow Sea #E8A22F
Tints of Yellow Sea #E8A22F
RGB
CMYK
RGB Variations
Color information
#E8A22F (or 0xE8A22F) is known color: Yellow Sea. HEX triplet: E8, A2 and 2F. RGB value is (232,162,47). Sum of RGB (Red+Green+Blue) = 232+162+47=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A22F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A22F is #175DD0. Grayscale: #AAAAAA. Windows color (decimal): -1531345 or 3121896. OLE color: 3121896.
HSL color Cylindrical-coordinate representation of color #E8A22F: hue angle of 37.3º degrees, saturation: 0.8, 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 #E8A22F is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 162 | 47 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.09 |
| HSL | 37.3º | 0.8% | 0.55% | - |
| HSV(B) | 37.3º | 0.8% | 0.91% | - |
| XYZ | 46.71 | 43.2 | 8.57 | - |
| YUV | 169.82 | 58.69 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 162 | 47 | 0 | 0.30 | 0.80 | 0.09 | 37.3 | 0.8 | 0.55 |
| Hex | E8 | A2 | 2F | 0 | 1E | 50 | 9 | 25 | 50 | 37 |
| Octal | 350 | 242 | 57 | 0 | 36 | 120 | 11 | 45 | 120 | 67 |
| Binary | 11101000 | 10100010 | 101111 | 0 | 11110 | 1010000 | 1001 | 100101 | 1010000 | 110111 |
Color Harmonies of #E8A22F
Complementary color
Monochromatic Colors of #E8A22F
Black with #E8A22F
Text Example
Text Example
White with #E8A22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A22F; }
p { color: rgb(232,162,47); }
H1.HeaderClassName
{
color: #E8A22F;
}
.AnyTagClassName
{
color: #E8A22F;
}
</style>
background-color css
<style>
a { background-color: #E8A22F; }
a { background-color: rgb(232,162,47); }
div.DivClassName
{
background-color: #E8A22F;
}
.BgClassName
{
background-color: #E8A22F;
}
</style>
border-color css
<style>
span { border-color: #E8A22F; }
span { border-color: rgb(232,162,47); }
td.TdClassName
{
border-color: #E8A22F;
}
.TagClassName
{
border-color: #E8A22F;
}
</style>