Shades of Yellow Sea #EBA330
Tints of Yellow Sea #EBA330
RGB
CMYK
RGB Variations
Color information
#EBA330 (or 0xEBA330) is known color: Yellow Sea. HEX triplet: EB, A3 and 30. RGB value is (235,163,48). Sum of RGB (Red+Green+Blue) = 235+163+48=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA330 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA330 is #145CCF. Grayscale: #ABABAB. Windows color (decimal): -1334480 or 3187691. OLE color: 3187691.
HSL color Cylindrical-coordinate representation of color #EBA330: hue angle of 36.9º degrees, saturation: 0.82, 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 #EBA330 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 48 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.08 |
| HSL | 36.9º | 0.82% | 0.55% | - |
| HSV(B) | 36.9º | 0.8% | 0.92% | - |
| XYZ | 47.89 | 44.07 | 8.78 | - |
| YUV | 171.42 | 58.35 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 48 | 0 | 0.31 | 0.80 | 0.08 | 36.9 | 0.82 | 0.55 |
| Hex | EB | A3 | 30 | 0 | 1F | 50 | 8 | 25 | 52 | 37 |
| Octal | 353 | 243 | 60 | 0 | 37 | 120 | 10 | 45 | 122 | 67 |
| Binary | 11101011 | 10100011 | 110000 | 0 | 11111 | 1010000 | 1000 | 100101 | 1010010 | 110111 |
Color Harmonies of #EBA330
Complementary color
Monochromatic Colors of #EBA330
Black with #EBA330
Text Example
Text Example
White with #EBA330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA330; }
p { color: rgb(235,163,48); }
H1.HeaderClassName
{
color: #EBA330;
}
.AnyTagClassName
{
color: #EBA330;
}
</style>
background-color css
<style>
a { background-color: #EBA330; }
a { background-color: rgb(235,163,48); }
div.DivClassName
{
background-color: #EBA330;
}
.BgClassName
{
background-color: #EBA330;
}
</style>
border-color css
<style>
span { border-color: #EBA330; }
span { border-color: rgb(235,163,48); }
td.TdClassName
{
border-color: #EBA330;
}
.TagClassName
{
border-color: #EBA330;
}
</style>