Shades of Yellow Sea #EBA02A
Tints of Yellow Sea #EBA02A
RGB
CMYK
RGB Variations
Color information
#EBA02A (or 0xEBA02A) is known color: Yellow Sea. HEX triplet: EB, A0 and 2A. RGB value is (235,160,42). Sum of RGB (Red+Green+Blue) = 235+160+42=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA02A is #145FD5. Grayscale: #A9A9A9. Windows color (decimal): -1335254 or 2793707. OLE color: 2793707.
HSL color Cylindrical-coordinate representation of color #EBA02A: hue angle of 36.68º degrees, saturation: 0.83, 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 #EBA02A is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 42 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.08 |
| HSL | 36.68º | 0.83% | 0.54% | - |
| HSV(B) | 36.68º | 0.82% | 0.92% | - |
| XYZ | 47.25 | 42.97 | 7.99 | - |
| YUV | 168.97 | 56.35 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 42 | 0 | 0.32 | 0.82 | 0.08 | 36.68 | 0.83 | 0.54 |
| Hex | EB | A0 | 2A | 0 | 20 | 52 | 8 | 25 | 53 | 36 |
| Octal | 353 | 240 | 52 | 0 | 40 | 122 | 10 | 45 | 123 | 66 |
| Binary | 11101011 | 10100000 | 101010 | 0 | 100000 | 1010010 | 1000 | 100101 | 1010011 | 110110 |
Color Harmonies of #EBA02A
Complementary color
Monochromatic Colors of #EBA02A
Black with #EBA02A
Text Example
Text Example
White with #EBA02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA02A; }
p { color: rgb(235,160,42); }
H1.HeaderClassName
{
color: #EBA02A;
}
.AnyTagClassName
{
color: #EBA02A;
}
</style>
background-color css
<style>
a { background-color: #EBA02A; }
a { background-color: rgb(235,160,42); }
div.DivClassName
{
background-color: #EBA02A;
}
.BgClassName
{
background-color: #EBA02A;
}
</style>
border-color css
<style>
span { border-color: #EBA02A; }
span { border-color: rgb(235,160,42); }
td.TdClassName
{
border-color: #EBA02A;
}
.TagClassName
{
border-color: #EBA02A;
}
</style>