Shades of Yellow Sea #EAA131
Tints of Yellow Sea #EAA131
RGB
CMYK
RGB Variations
Color information
#EAA131 (or 0xEAA131) is known color: Yellow Sea. HEX triplet: EA, A1 and 31. RGB value is (234,161,49). Sum of RGB (Red+Green+Blue) = 234+161+49=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA131 is #155ECE. Grayscale: #AAAAAA. Windows color (decimal): -1400527 or 3252714. OLE color: 3252714.
HSL color Cylindrical-coordinate representation of color #EAA131: hue angle of 36.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAA131 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 49 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.08 |
| HSL | 36.32º | 0.81% | 0.55% | - |
| HSV(B) | 36.32º | 0.79% | 0.92% | - |
| XYZ | 47.23 | 43.2 | 8.76 | - |
| YUV | 170.06 | 59.68 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 49 | 0 | 0.31 | 0.79 | 0.08 | 36.32 | 0.81 | 0.55 |
| Hex | EA | A1 | 31 | 0 | 1F | 4F | 8 | 24 | 51 | 37 |
| Octal | 352 | 241 | 61 | 0 | 37 | 117 | 10 | 44 | 121 | 67 |
| Binary | 11101010 | 10100001 | 110001 | 0 | 11111 | 1001111 | 1000 | 100100 | 1010001 | 110111 |
Color Harmonies of #EAA131
Complementary color
Monochromatic Colors of #EAA131
Black with #EAA131
Text Example
Text Example
White with #EAA131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA131; }
p { color: rgb(234,161,49); }
H1.HeaderClassName
{
color: #EAA131;
}
.AnyTagClassName
{
color: #EAA131;
}
</style>
background-color css
<style>
a { background-color: #EAA131; }
a { background-color: rgb(234,161,49); }
div.DivClassName
{
background-color: #EAA131;
}
.BgClassName
{
background-color: #EAA131;
}
</style>
border-color css
<style>
span { border-color: #EAA131; }
span { border-color: rgb(234,161,49); }
td.TdClassName
{
border-color: #EAA131;
}
.TagClassName
{
border-color: #EAA131;
}
</style>