Shades of Yellow Sea #EBA033
Tints of Yellow Sea #EBA033
RGB
CMYK
RGB Variations
Color information
#EBA033 (or 0xEBA033) is known color: Yellow Sea. HEX triplet: EB, A0 and 33. RGB value is (235,160,51). Sum of RGB (Red+Green+Blue) = 235+160+51=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 51 (20.31% from 255 or 11.43% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA033 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA033 is #145FCC. Grayscale: #AAAAAA. Windows color (decimal): -1335245 or 3383531. OLE color: 3383531.
HSL color Cylindrical-coordinate representation of color #EBA033: hue angle of 35.54º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EBA033 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 51 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.08 |
| HSL | 35.54º | 0.82% | 0.56% | - |
| HSV(B) | 35.54º | 0.78% | 0.92% | - |
| XYZ | 47.43 | 43.04 | 8.94 | - |
| YUV | 170 | 60.85 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 51 | 0 | 0.32 | 0.78 | 0.08 | 35.54 | 0.82 | 0.56 |
| Hex | EB | A0 | 33 | 0 | 20 | 4E | 8 | 24 | 52 | 38 |
| Octal | 353 | 240 | 63 | 0 | 40 | 116 | 10 | 44 | 122 | 70 |
| Binary | 11101011 | 10100000 | 110011 | 0 | 100000 | 1001110 | 1000 | 100100 | 1010010 | 111000 |
Color Harmonies of #EBA033
Complementary color
Monochromatic Colors of #EBA033
Black with #EBA033
Text Example
Text Example
White with #EBA033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA033; }
p { color: rgb(235,160,51); }
H1.HeaderClassName
{
color: #EBA033;
}
.AnyTagClassName
{
color: #EBA033;
}
</style>
background-color css
<style>
a { background-color: #EBA033; }
a { background-color: rgb(235,160,51); }
div.DivClassName
{
background-color: #EBA033;
}
.BgClassName
{
background-color: #EBA033;
}
</style>
border-color css
<style>
span { border-color: #EBA033; }
span { border-color: rgb(235,160,51); }
td.TdClassName
{
border-color: #EBA033;
}
.TagClassName
{
border-color: #EBA033;
}
</style>