Shades of Yellow Sea #EBA23A
Tints of Yellow Sea #EBA23A
RGB
CMYK
RGB Variations
Color information
#EBA23A (or 0xEBA23A) is known color: Yellow Sea. HEX triplet: EB, A2 and 3A. RGB value is (235,162,58). Sum of RGB (Red+Green+Blue) = 235+162+58=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 162 (63.67% from 255 or 35.60% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA23A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA23A is #145DC5. Grayscale: #ACACAC. Windows color (decimal): -1334726 or 3842795. OLE color: 3842795.
HSL color Cylindrical-coordinate representation of color #EBA23A: hue angle of 35.25º 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 #EBA23A is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 58 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.08 |
| HSL | 35.25º | 0.82% | 0.57% | - |
| HSV(B) | 35.25º | 0.75% | 0.92% | - |
| XYZ | 47.95 | 43.81 | 9.93 | - |
| YUV | 171.97 | 63.68 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 58 | 0 | 0.31 | 0.75 | 0.08 | 35.25 | 0.82 | 0.57 |
| Hex | EB | A2 | 3A | 0 | 1F | 4B | 8 | 23 | 52 | 39 |
| Octal | 353 | 242 | 72 | 0 | 37 | 113 | 10 | 43 | 122 | 71 |
| Binary | 11101011 | 10100010 | 111010 | 0 | 11111 | 1001011 | 1000 | 100011 | 1010010 | 111001 |
Color Harmonies of #EBA23A
Complementary color
Monochromatic Colors of #EBA23A
Black with #EBA23A
Text Example
Text Example
White with #EBA23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA23A; }
p { color: rgb(235,162,58); }
H1.HeaderClassName
{
color: #EBA23A;
}
.AnyTagClassName
{
color: #EBA23A;
}
</style>
background-color css
<style>
a { background-color: #EBA23A; }
a { background-color: rgb(235,162,58); }
div.DivClassName
{
background-color: #EBA23A;
}
.BgClassName
{
background-color: #EBA23A;
}
</style>
border-color css
<style>
span { border-color: #EBA23A; }
span { border-color: rgb(235,162,58); }
td.TdClassName
{
border-color: #EBA23A;
}
.TagClassName
{
border-color: #EBA23A;
}
</style>