Shades of Yellow Sea #EAA02D
Tints of Yellow Sea #EAA02D
RGB
CMYK
RGB Variations
Color information
#EAA02D (or 0xEAA02D) is known color: Yellow Sea. HEX triplet: EA, A0 and 2D. RGB value is (234,160,45). Sum of RGB (Red+Green+Blue) = 234+160+45=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 45 (17.97% from 255 or 10.25% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA02D is #155FD2. Grayscale: #A9A9A9. Windows color (decimal): -1400787 or 2990314. OLE color: 2990314.
HSL color Cylindrical-coordinate representation of color #EAA02D: hue angle of 36.51º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EAA02D is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 160 | 45 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.08 |
| HSL | 36.51º | 0.82% | 0.55% | - |
| HSV(B) | 36.51º | 0.81% | 0.92% | - |
| XYZ | 46.98 | 42.82 | 8.27 | - |
| YUV | 169.02 | 58.02 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 160 | 45 | 0 | 0.32 | 0.81 | 0.08 | 36.51 | 0.82 | 0.55 |
| Hex | EA | A0 | 2D | 0 | 20 | 51 | 8 | 25 | 52 | 37 |
| Octal | 352 | 240 | 55 | 0 | 40 | 121 | 10 | 45 | 122 | 67 |
| Binary | 11101010 | 10100000 | 101101 | 0 | 100000 | 1010001 | 1000 | 100101 | 1010010 | 110111 |
Color Harmonies of #EAA02D
Complementary color
Monochromatic Colors of #EAA02D
Black with #EAA02D
Text Example
Text Example
White with #EAA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA02D; }
p { color: rgb(234,160,45); }
H1.HeaderClassName
{
color: #EAA02D;
}
.AnyTagClassName
{
color: #EAA02D;
}
</style>
background-color css
<style>
a { background-color: #EAA02D; }
a { background-color: rgb(234,160,45); }
div.DivClassName
{
background-color: #EAA02D;
}
.BgClassName
{
background-color: #EAA02D;
}
</style>
border-color css
<style>
span { border-color: #EAA02D; }
span { border-color: rgb(234,160,45); }
td.TdClassName
{
border-color: #EAA02D;
}
.TagClassName
{
border-color: #EAA02D;
}
</style>