Shades of Yellow Sea #EAA136
Tints of Yellow Sea #EAA136
RGB
CMYK
RGB Variations
Color information
#EAA136 (or 0xEAA136) is known color: Yellow Sea. HEX triplet: EA, A1 and 36. RGB value is (234,161,54). Sum of RGB (Red+Green+Blue) = 234+161+54=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 54 (21.48% from 255 or 12.03% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA136 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA136 is #155EC9. Grayscale: #ABABAB. Windows color (decimal): -1400522 or 3580394. OLE color: 3580394.
HSL color Cylindrical-coordinate representation of color #EAA136: hue angle of 35.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EAA136 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 161 | 54 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.08 |
| HSL | 35.67º | 0.81% | 0.56% | - |
| HSV(B) | 35.67º | 0.77% | 0.92% | - |
| XYZ | 47.34 | 43.25 | 9.34 | - |
| YUV | 170.63 | 62.18 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 161 | 54 | 0 | 0.31 | 0.77 | 0.08 | 35.67 | 0.81 | 0.56 |
| Hex | EA | A1 | 36 | 0 | 1F | 4D | 8 | 24 | 51 | 38 |
| Octal | 352 | 241 | 66 | 0 | 37 | 115 | 10 | 44 | 121 | 70 |
| Binary | 11101010 | 10100001 | 110110 | 0 | 11111 | 1001101 | 1000 | 100100 | 1010001 | 111000 |
Color Harmonies of #EAA136
Complementary color
Monochromatic Colors of #EAA136
Black with #EAA136
Text Example
Text Example
White with #EAA136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA136; }
p { color: rgb(234,161,54); }
H1.HeaderClassName
{
color: #EAA136;
}
.AnyTagClassName
{
color: #EAA136;
}
</style>
background-color css
<style>
a { background-color: #EAA136; }
a { background-color: rgb(234,161,54); }
div.DivClassName
{
background-color: #EAA136;
}
.BgClassName
{
background-color: #EAA136;
}
</style>
border-color css
<style>
span { border-color: #EAA136; }
span { border-color: rgb(234,161,54); }
td.TdClassName
{
border-color: #EAA136;
}
.TagClassName
{
border-color: #EAA136;
}
</style>