Shades of Yellow Sea #EAA02B
Tints of Yellow Sea #EAA02B
RGB
CMYK
RGB Variations
Color information
#EAA02B (or 0xEAA02B) is known color: Yellow Sea. HEX triplet: EA, A0 and 2B. RGB value is (234,160,43). Sum of RGB (Red+Green+Blue) = 234+160+43=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 43 (17.19% from 255 or 9.84% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA02B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA02B is #155FD4. Grayscale: #A9A9A9. Windows color (decimal): -1400789 or 2859242. OLE color: 2859242.
HSL color Cylindrical-coordinate representation of color #EAA02B: hue angle of 36.75º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EAA02B is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 43 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.08 |
| HSL | 36.75º | 0.82% | 0.54% | - |
| HSV(B) | 36.75º | 0.82% | 0.92% | - |
| XYZ | 46.94 | 42.81 | 8.07 | - |
| YUV | 168.79 | 57.02 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 43 | 0 | 0.32 | 0.82 | 0.08 | 36.75 | 0.82 | 0.54 |
| Hex | EA | A0 | 2B | 0 | 20 | 52 | 8 | 25 | 52 | 36 |
| Octal | 352 | 240 | 53 | 0 | 40 | 122 | 10 | 45 | 122 | 66 |
| Binary | 11101010 | 10100000 | 101011 | 0 | 100000 | 1010010 | 1000 | 100101 | 1010010 | 110110 |
Color Harmonies of #EAA02B
Complementary color
Monochromatic Colors of #EAA02B
Black with #EAA02B
Text Example
Text Example
White with #EAA02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA02B; }
p { color: rgb(234,160,43); }
H1.HeaderClassName
{
color: #EAA02B;
}
.AnyTagClassName
{
color: #EAA02B;
}
</style>
background-color css
<style>
a { background-color: #EAA02B; }
a { background-color: rgb(234,160,43); }
div.DivClassName
{
background-color: #EAA02B;
}
.BgClassName
{
background-color: #EAA02B;
}
</style>
border-color css
<style>
span { border-color: #EAA02B; }
span { border-color: rgb(234,160,43); }
td.TdClassName
{
border-color: #EAA02B;
}
.TagClassName
{
border-color: #EAA02B;
}
</style>