Shades of Yellow Sea #EAA03B
Tints of Yellow Sea #EAA03B
RGB
CMYK
RGB Variations
Color information
#EAA03B (or 0xEAA03B) is known color: Yellow Sea. HEX triplet: EA, A0 and 3B. RGB value is (234,160,59). Sum of RGB (Red+Green+Blue) = 234+160+59=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA03B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA03B is #155FC4. Grayscale: #ABABAB. Windows color (decimal): -1400773 or 3907818. OLE color: 3907818.
HSL color Cylindrical-coordinate representation of color #EAA03B: hue angle of 34.63º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAA03B is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 59 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.08 |
| HSL | 34.63º | 0.81% | 0.57% | - |
| HSV(B) | 34.63º | 0.75% | 0.92% | - |
| XYZ | 47.29 | 42.95 | 9.94 | - |
| YUV | 170.61 | 65.02 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 59 | 0 | 0.32 | 0.75 | 0.08 | 34.63 | 0.81 | 0.57 |
| Hex | EA | A0 | 3B | 0 | 20 | 4B | 8 | 23 | 51 | 39 |
| Octal | 352 | 240 | 73 | 0 | 40 | 113 | 10 | 43 | 121 | 71 |
| Binary | 11101010 | 10100000 | 111011 | 0 | 100000 | 1001011 | 1000 | 100011 | 1010001 | 111001 |
Color Harmonies of #EAA03B
Complementary color
Monochromatic Colors of #EAA03B
Black with #EAA03B
Text Example
Text Example
White with #EAA03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA03B; }
p { color: rgb(234,160,59); }
H1.HeaderClassName
{
color: #EAA03B;
}
.AnyTagClassName
{
color: #EAA03B;
}
</style>
background-color css
<style>
a { background-color: #EAA03B; }
a { background-color: rgb(234,160,59); }
div.DivClassName
{
background-color: #EAA03B;
}
.BgClassName
{
background-color: #EAA03B;
}
</style>
border-color css
<style>
span { border-color: #EAA03B; }
span { border-color: rgb(234,160,59); }
td.TdClassName
{
border-color: #EAA03B;
}
.TagClassName
{
border-color: #EAA03B;
}
</style>