Shades of Yellow Sea #EAA32E
Tints of Yellow Sea #EAA32E
RGB
CMYK
RGB Variations
Color information
#EAA32E (or 0xEAA32E) is known color: Yellow Sea. HEX triplet: EA, A3 and 2E. RGB value is (234,163,46). Sum of RGB (Red+Green+Blue) = 234+163+46=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA32E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA32E is #155CD1. Grayscale: #ABABAB. Windows color (decimal): -1400018 or 3056618. OLE color: 3056618.
HSL color Cylindrical-coordinate representation of color #EAA32E: hue angle of 37.34º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAA32E is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 46 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.08 |
| HSL | 37.34º | 0.82% | 0.55% | - |
| HSV(B) | 37.34º | 0.8% | 0.92% | - |
| XYZ | 47.52 | 43.88 | 8.55 | - |
| YUV | 170.89 | 57.52 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 46 | 0 | 0.30 | 0.80 | 0.08 | 37.34 | 0.82 | 0.55 |
| Hex | EA | A3 | 2E | 0 | 1E | 50 | 8 | 25 | 52 | 37 |
| Octal | 352 | 243 | 56 | 0 | 36 | 120 | 10 | 45 | 122 | 67 |
| Binary | 11101010 | 10100011 | 101110 | 0 | 11110 | 1010000 | 1000 | 100101 | 1010010 | 110111 |
Color Harmonies of #EAA32E
Complementary color
Monochromatic Colors of #EAA32E
Black with #EAA32E
Text Example
Text Example
White with #EAA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA32E; }
p { color: rgb(234,163,46); }
H1.HeaderClassName
{
color: #EAA32E;
}
.AnyTagClassName
{
color: #EAA32E;
}
</style>
background-color css
<style>
a { background-color: #EAA32E; }
a { background-color: rgb(234,163,46); }
div.DivClassName
{
background-color: #EAA32E;
}
.BgClassName
{
background-color: #EAA32E;
}
</style>
border-color css
<style>
span { border-color: #EAA32E; }
span { border-color: rgb(234,163,46); }
td.TdClassName
{
border-color: #EAA32E;
}
.TagClassName
{
border-color: #EAA32E;
}
</style>