Shades of Yellow Sea #EBA12D
Tints of Yellow Sea #EBA12D
RGB
CMYK
RGB Variations
Color information
#EBA12D (or 0xEBA12D) is known color: Yellow Sea. HEX triplet: EB, A1 and 2D. RGB value is (235,161,45). Sum of RGB (Red+Green+Blue) = 235+161+45=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA12D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA12D is #145ED2. Grayscale: #AAAAAA. Windows color (decimal): -1334995 or 2990571. OLE color: 2990571.
HSL color Cylindrical-coordinate representation of color #EBA12D: hue angle of 36.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBA12D is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 45 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.08 |
| HSL | 36.63º | 0.83% | 0.55% | - |
| HSV(B) | 36.63º | 0.81% | 0.92% | - |
| XYZ | 47.48 | 43.34 | 8.35 | - |
| YUV | 169.9 | 57.52 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 45 | 0 | 0.31 | 0.81 | 0.08 | 36.63 | 0.83 | 0.55 |
| Hex | EB | A1 | 2D | 0 | 1F | 51 | 8 | 25 | 53 | 37 |
| Octal | 353 | 241 | 55 | 0 | 37 | 121 | 10 | 45 | 123 | 67 |
| Binary | 11101011 | 10100001 | 101101 | 0 | 11111 | 1010001 | 1000 | 100101 | 1010011 | 110111 |
Color Harmonies of #EBA12D
Complementary color
Monochromatic Colors of #EBA12D
Black with #EBA12D
Text Example
Text Example
White with #EBA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA12D; }
p { color: rgb(235,161,45); }
H1.HeaderClassName
{
color: #EBA12D;
}
.AnyTagClassName
{
color: #EBA12D;
}
</style>
background-color css
<style>
a { background-color: #EBA12D; }
a { background-color: rgb(235,161,45); }
div.DivClassName
{
background-color: #EBA12D;
}
.BgClassName
{
background-color: #EBA12D;
}
</style>
border-color css
<style>
span { border-color: #EBA12D; }
span { border-color: rgb(235,161,45); }
td.TdClassName
{
border-color: #EBA12D;
}
.TagClassName
{
border-color: #EBA12D;
}
</style>