Shades of Yellow Sea #EBA12B
Tints of Yellow Sea #EBA12B
RGB
CMYK
RGB Variations
Color information
#EBA12B (or 0xEBA12B) is known color: Yellow Sea. HEX triplet: EB, A1 and 2B. RGB value is (235,161,43). Sum of RGB (Red+Green+Blue) = 235+161+43=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 43 (17.19% from 255 or 9.79% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA12B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA12B is #145ED4. Grayscale: #AAAAAA. Windows color (decimal): -1334997 or 2859499. OLE color: 2859499.
HSL color Cylindrical-coordinate representation of color #EBA12B: hue angle of 36.88º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBA12B is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 43 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.08 |
| HSL | 36.88º | 0.83% | 0.55% | - |
| HSV(B) | 36.88º | 0.82% | 0.92% | - |
| XYZ | 47.44 | 43.33 | 8.15 | - |
| YUV | 169.67 | 56.52 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 43 | 0 | 0.31 | 0.82 | 0.08 | 36.88 | 0.83 | 0.55 |
| Hex | EB | A1 | 2B | 0 | 1F | 52 | 8 | 25 | 53 | 37 |
| Octal | 353 | 241 | 53 | 0 | 37 | 122 | 10 | 45 | 123 | 67 |
| Binary | 11101011 | 10100001 | 101011 | 0 | 11111 | 1010010 | 1000 | 100101 | 1010011 | 110111 |
Color Harmonies of #EBA12B
Complementary color
Monochromatic Colors of #EBA12B
Black with #EBA12B
Text Example
Text Example
White with #EBA12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA12B; }
p { color: rgb(235,161,43); }
H1.HeaderClassName
{
color: #EBA12B;
}
.AnyTagClassName
{
color: #EBA12B;
}
</style>
background-color css
<style>
a { background-color: #EBA12B; }
a { background-color: rgb(235,161,43); }
div.DivClassName
{
background-color: #EBA12B;
}
.BgClassName
{
background-color: #EBA12B;
}
</style>
border-color css
<style>
span { border-color: #EBA12B; }
span { border-color: rgb(235,161,43); }
td.TdClassName
{
border-color: #EBA12B;
}
.TagClassName
{
border-color: #EBA12B;
}
</style>