Shades of Yellow Sea #EAA232
Tints of Yellow Sea #EAA232
RGB
CMYK
RGB Variations
Color information
#EAA232 (or 0xEAA232) is known color: Yellow Sea. HEX triplet: EA, A2 and 32. RGB value is (234,162,50). Sum of RGB (Red+Green+Blue) = 234+162+50=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA232 is #155DCD. Grayscale: #ABABAB. Windows color (decimal): -1400270 or 3318506. OLE color: 3318506.
HSL color Cylindrical-coordinate representation of color #EAA232: hue angle of 36.52º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAA232 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 162 | 50 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.08 |
| HSL | 36.52º | 0.81% | 0.56% | - |
| HSV(B) | 36.52º | 0.79% | 0.92% | - |
| XYZ | 47.43 | 43.56 | 8.93 | - |
| YUV | 170.76 | 59.85 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 50 | 0 | 0.31 | 0.79 | 0.08 | 36.52 | 0.81 | 0.56 |
| Hex | EA | A2 | 32 | 0 | 1F | 4F | 8 | 25 | 51 | 38 |
| Octal | 352 | 242 | 62 | 0 | 37 | 117 | 10 | 45 | 121 | 70 |
| Binary | 11101010 | 10100010 | 110010 | 0 | 11111 | 1001111 | 1000 | 100101 | 1010001 | 111000 |
Color Harmonies of #EAA232
Complementary color
Monochromatic Colors of #EAA232
Black with #EAA232
Text Example
Text Example
White with #EAA232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA232; }
p { color: rgb(234,162,50); }
H1.HeaderClassName
{
color: #EAA232;
}
.AnyTagClassName
{
color: #EAA232;
}
</style>
background-color css
<style>
a { background-color: #EAA232; }
a { background-color: rgb(234,162,50); }
div.DivClassName
{
background-color: #EAA232;
}
.BgClassName
{
background-color: #EAA232;
}
</style>
border-color css
<style>
span { border-color: #EAA232; }
span { border-color: rgb(234,162,50); }
td.TdClassName
{
border-color: #EAA232;
}
.TagClassName
{
border-color: #EAA232;
}
</style>