Shades of Yellow Sea #EBA23B
Tints of Yellow Sea #EBA23B
RGB
CMYK
RGB Variations
Color information
#EBA23B (or 0xEBA23B) is known color: Yellow Sea. HEX triplet: EB, A2 and 3B. RGB value is (235,162,59). Sum of RGB (Red+Green+Blue) = 235+162+59=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA23B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA23B is #145DC4. Grayscale: #ACACAC. Windows color (decimal): -1334725 or 3908331. OLE color: 3908331.
HSL color Cylindrical-coordinate representation of color #EBA23B: hue angle of 35.11º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBA23B is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 59 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.08 |
| HSL | 35.11º | 0.81% | 0.58% | - |
| HSV(B) | 35.11º | 0.75% | 0.92% | - |
| XYZ | 47.97 | 43.82 | 10.07 | - |
| YUV | 172.09 | 64.18 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 59 | 0 | 0.31 | 0.75 | 0.08 | 35.11 | 0.81 | 0.58 |
| Hex | EB | A2 | 3B | 0 | 1F | 4B | 8 | 23 | 51 | 3A |
| Octal | 353 | 242 | 73 | 0 | 37 | 113 | 10 | 43 | 121 | 72 |
| Binary | 11101011 | 10100010 | 111011 | 0 | 11111 | 1001011 | 1000 | 100011 | 1010001 | 111010 |
Color Harmonies of #EBA23B
Complementary color
Monochromatic Colors of #EBA23B
Black with #EBA23B
Text Example
Text Example
White with #EBA23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA23B; }
p { color: rgb(235,162,59); }
H1.HeaderClassName
{
color: #EBA23B;
}
.AnyTagClassName
{
color: #EBA23B;
}
</style>
background-color css
<style>
a { background-color: #EBA23B; }
a { background-color: rgb(235,162,59); }
div.DivClassName
{
background-color: #EBA23B;
}
.BgClassName
{
background-color: #EBA23B;
}
</style>
border-color css
<style>
span { border-color: #EBA23B; }
span { border-color: rgb(235,162,59); }
td.TdClassName
{
border-color: #EBA23B;
}
.TagClassName
{
border-color: #EBA23B;
}
</style>