Shades of Yellow Sea #EAA12B
Tints of Yellow Sea #EAA12B
RGB
CMYK
RGB Variations
Color information
#EAA12B (or 0xEAA12B) is known color: Yellow Sea. HEX triplet: EA, A1 and 2B. RGB value is (234,161,43). Sum of RGB (Red+Green+Blue) = 234+161+43=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA12B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA12B is #155ED4. Grayscale: #A9A9A9. Windows color (decimal): -1400533 or 2859498. OLE color: 2859498.
HSL color Cylindrical-coordinate representation of color #EAA12B: hue angle of 37.07º 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 #EAA12B is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 43 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.08 |
| HSL | 37.07º | 0.82% | 0.54% | - |
| HSV(B) | 37.07º | 0.82% | 0.92% | - |
| XYZ | 47.11 | 43.16 | 8.13 | - |
| YUV | 169.38 | 56.68 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 43 | 0 | 0.31 | 0.82 | 0.08 | 37.07 | 0.82 | 0.54 |
| Hex | EA | A1 | 2B | 0 | 1F | 52 | 8 | 25 | 52 | 36 |
| Octal | 352 | 241 | 53 | 0 | 37 | 122 | 10 | 45 | 122 | 66 |
| Binary | 11101010 | 10100001 | 101011 | 0 | 11111 | 1010010 | 1000 | 100101 | 1010010 | 110110 |
Color Harmonies of #EAA12B
Complementary color
Monochromatic Colors of #EAA12B
Black with #EAA12B
Text Example
Text Example
White with #EAA12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA12B; }
p { color: rgb(234,161,43); }
H1.HeaderClassName
{
color: #EAA12B;
}
.AnyTagClassName
{
color: #EAA12B;
}
</style>
background-color css
<style>
a { background-color: #EAA12B; }
a { background-color: rgb(234,161,43); }
div.DivClassName
{
background-color: #EAA12B;
}
.BgClassName
{
background-color: #EAA12B;
}
</style>
border-color css
<style>
span { border-color: #EAA12B; }
span { border-color: rgb(234,161,43); }
td.TdClassName
{
border-color: #EAA12B;
}
.TagClassName
{
border-color: #EAA12B;
}
</style>