Shades of Yellow Sea #EAA32B
Tints of Yellow Sea #EAA32B
RGB
CMYK
RGB Variations
Color information
#EAA32B (or 0xEAA32B) is known color: Yellow Sea. HEX triplet: EA, A3 and 2B. RGB value is (234,163,43). Sum of RGB (Red+Green+Blue) = 234+163+43=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 43 (17.19% from 255 or 9.77% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA32B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA32B is #155CD4. Grayscale: #ABABAB. Windows color (decimal): -1400021 or 2860010. OLE color: 2860010.
HSL color Cylindrical-coordinate representation of color #EAA32B: hue angle of 37.7º 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 #EAA32B is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 43 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.08 |
| HSL | 37.7º | 0.82% | 0.54% | - |
| HSV(B) | 37.7º | 0.82% | 0.92% | - |
| XYZ | 47.46 | 43.86 | 8.25 | - |
| YUV | 170.55 | 56.02 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 43 | 0 | 0.30 | 0.82 | 0.08 | 37.7 | 0.82 | 0.54 |
| Hex | EA | A3 | 2B | 0 | 1E | 52 | 8 | 26 | 52 | 36 |
| Octal | 352 | 243 | 53 | 0 | 36 | 122 | 10 | 46 | 122 | 66 |
| Binary | 11101010 | 10100011 | 101011 | 0 | 11110 | 1010010 | 1000 | 100110 | 1010010 | 110110 |
Color Harmonies of #EAA32B
Complementary color
Monochromatic Colors of #EAA32B
Black with #EAA32B
Text Example
Text Example
White with #EAA32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA32B; }
p { color: rgb(234,163,43); }
H1.HeaderClassName
{
color: #EAA32B;
}
.AnyTagClassName
{
color: #EAA32B;
}
</style>
background-color css
<style>
a { background-color: #EAA32B; }
a { background-color: rgb(234,163,43); }
div.DivClassName
{
background-color: #EAA32B;
}
.BgClassName
{
background-color: #EAA32B;
}
</style>
border-color css
<style>
span { border-color: #EAA32B; }
span { border-color: rgb(234,163,43); }
td.TdClassName
{
border-color: #EAA32B;
}
.TagClassName
{
border-color: #EAA32B;
}
</style>