Shades of Yellow Sea #EBA52E
Tints of Yellow Sea #EBA52E
RGB
CMYK
RGB Variations
Color information
#EBA52E (or 0xEBA52E) is known color: Yellow Sea. HEX triplet: EB, A5 and 2E. RGB value is (235,165,46). Sum of RGB (Red+Green+Blue) = 235+165+46=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 46 (18.36% from 255 or 10.31% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA52E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA52E is #145AD1. Grayscale: #ACACAC. Windows color (decimal): -1333970 or 3057131. OLE color: 3057131.
HSL color Cylindrical-coordinate representation of color #EBA52E: hue angle of 37.78º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBA52E is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 46 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.08 |
| HSL | 37.78º | 0.83% | 0.55% | - |
| HSV(B) | 37.78º | 0.8% | 0.92% | - |
| XYZ | 48.21 | 44.77 | 8.69 | - |
| YUV | 172.36 | 56.69 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 46 | 0 | 0.30 | 0.80 | 0.08 | 37.78 | 0.83 | 0.55 |
| Hex | EB | A5 | 2E | 0 | 1E | 50 | 8 | 26 | 53 | 37 |
| Octal | 353 | 245 | 56 | 0 | 36 | 120 | 10 | 46 | 123 | 67 |
| Binary | 11101011 | 10100101 | 101110 | 0 | 11110 | 1010000 | 1000 | 100110 | 1010011 | 110111 |
Color Harmonies of #EBA52E
Complementary color
Monochromatic Colors of #EBA52E
Black with #EBA52E
Text Example
Text Example
White with #EBA52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA52E; }
p { color: rgb(235,165,46); }
H1.HeaderClassName
{
color: #EBA52E;
}
.AnyTagClassName
{
color: #EBA52E;
}
</style>
background-color css
<style>
a { background-color: #EBA52E; }
a { background-color: rgb(235,165,46); }
div.DivClassName
{
background-color: #EBA52E;
}
.BgClassName
{
background-color: #EBA52E;
}
</style>
border-color css
<style>
span { border-color: #EBA52E; }
span { border-color: rgb(235,165,46); }
td.TdClassName
{
border-color: #EBA52E;
}
.TagClassName
{
border-color: #EBA52E;
}
</style>