Shades of Yellow Sea #E7A22A
Tints of Yellow Sea #E7A22A
RGB
CMYK
RGB Variations
Color information
#E7A22A (or 0xE7A22A) is known color: Yellow Sea. HEX triplet: E7, A2 and 2A. RGB value is (231,162,42). Sum of RGB (Red+Green+Blue) = 231+162+42=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A22A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A22A is #185DD5. Grayscale: #A9A9A9. Windows color (decimal): -1596886 or 2794215. OLE color: 2794215.
HSL color Cylindrical-coordinate representation of color #E7A22A: hue angle of 38.1º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7A22A is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 162 | 42 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.09 |
| HSL | 38.1º | 0.8% | 0.54% | - |
| HSV(B) | 38.1º | 0.82% | 0.91% | - |
| XYZ | 46.29 | 43 | 8.05 | - |
| YUV | 168.95 | 56.36 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 162 | 42 | 0 | 0.30 | 0.82 | 0.09 | 38.1 | 0.8 | 0.54 |
| Hex | E7 | A2 | 2A | 0 | 1E | 52 | 9 | 26 | 50 | 36 |
| Octal | 347 | 242 | 52 | 0 | 36 | 122 | 11 | 46 | 120 | 66 |
| Binary | 11100111 | 10100010 | 101010 | 0 | 11110 | 1010010 | 1001 | 100110 | 1010000 | 110110 |
Color Harmonies of #E7A22A
Complementary color
Monochromatic Colors of #E7A22A
Black with #E7A22A
Text Example
Text Example
White with #E7A22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A22A; }
p { color: rgb(231,162,42); }
H1.HeaderClassName
{
color: #E7A22A;
}
.AnyTagClassName
{
color: #E7A22A;
}
</style>
background-color css
<style>
a { background-color: #E7A22A; }
a { background-color: rgb(231,162,42); }
div.DivClassName
{
background-color: #E7A22A;
}
.BgClassName
{
background-color: #E7A22A;
}
</style>
border-color css
<style>
span { border-color: #E7A22A; }
span { border-color: rgb(231,162,42); }
td.TdClassName
{
border-color: #E7A22A;
}
.TagClassName
{
border-color: #E7A22A;
}
</style>