Shades of Yellow Sea #EB9A3A
Tints of Yellow Sea #EB9A3A
RGB
CMYK
RGB Variations
Color information
#EB9A3A (or 0xEB9A3A) is known color: Yellow Sea. HEX triplet: EB, 9A and 3A. RGB value is (235,154,58). Sum of RGB (Red+Green+Blue) = 235+154+58=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9A3A is #1465C5. Grayscale: #A7A7A7. Windows color (decimal): -1336774 or 3840747. OLE color: 3840747.
HSL color Cylindrical-coordinate representation of color #EB9A3A: hue angle of 32.54º degrees, saturation: 0.82, 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 #EB9A3A is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 154 | 58 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.08 |
| HSL | 32.54º | 0.82% | 0.57% | - |
| HSV(B) | 32.54º | 0.75% | 0.92% | - |
| XYZ | 46.58 | 41.08 | 9.48 | - |
| YUV | 167.28 | 66.34 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 154 | 58 | 0 | 0.34 | 0.75 | 0.08 | 32.54 | 0.82 | 0.57 |
| Hex | EB | 9A | 3A | 0 | 22 | 4B | 8 | 21 | 52 | 39 |
| Octal | 353 | 232 | 72 | 0 | 42 | 113 | 10 | 41 | 122 | 71 |
| Binary | 11101011 | 10011010 | 111010 | 0 | 100010 | 1001011 | 1000 | 100001 | 1010010 | 111001 |
Color Harmonies of #EB9A3A
Complementary color
Monochromatic Colors of #EB9A3A
Black with #EB9A3A
Text Example
Text Example
White with #EB9A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9A3A; }
p { color: rgb(235,154,58); }
H1.HeaderClassName
{
color: #EB9A3A;
}
.AnyTagClassName
{
color: #EB9A3A;
}
</style>
background-color css
<style>
a { background-color: #EB9A3A; }
a { background-color: rgb(235,154,58); }
div.DivClassName
{
background-color: #EB9A3A;
}
.BgClassName
{
background-color: #EB9A3A;
}
</style>
border-color css
<style>
span { border-color: #EB9A3A; }
span { border-color: rgb(235,154,58); }
td.TdClassName
{
border-color: #EB9A3A;
}
.TagClassName
{
border-color: #EB9A3A;
}
</style>