Shades of Yellow Sea #EBA232
Tints of Yellow Sea #EBA232
RGB
CMYK
RGB Variations
Color information
#EBA232 (or 0xEBA232) is known color: Yellow Sea. HEX triplet: EB, A2 and 32. RGB value is (235,162,50). Sum of RGB (Red+Green+Blue) = 235+162+50=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA232 is #145DCD. Grayscale: #ABABAB. Windows color (decimal): -1334734 or 3318507. OLE color: 3318507.
HSL color Cylindrical-coordinate representation of color #EBA232: hue angle of 36.32º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EBA232 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 50 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.08 |
| HSL | 36.32º | 0.82% | 0.56% | - |
| HSV(B) | 36.32º | 0.79% | 0.92% | - |
| XYZ | 47.76 | 43.73 | 8.94 | - |
| YUV | 171.06 | 59.68 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 50 | 0 | 0.31 | 0.79 | 0.08 | 36.32 | 0.82 | 0.56 |
| Hex | EB | A2 | 32 | 0 | 1F | 4F | 8 | 24 | 52 | 38 |
| Octal | 353 | 242 | 62 | 0 | 37 | 117 | 10 | 44 | 122 | 70 |
| Binary | 11101011 | 10100010 | 110010 | 0 | 11111 | 1001111 | 1000 | 100100 | 1010010 | 111000 |
Color Harmonies of #EBA232
Complementary color
Monochromatic Colors of #EBA232
Black with #EBA232
Text Example
Text Example
White with #EBA232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA232; }
p { color: rgb(235,162,50); }
H1.HeaderClassName
{
color: #EBA232;
}
.AnyTagClassName
{
color: #EBA232;
}
</style>
background-color css
<style>
a { background-color: #EBA232; }
a { background-color: rgb(235,162,50); }
div.DivClassName
{
background-color: #EBA232;
}
.BgClassName
{
background-color: #EBA232;
}
</style>
border-color css
<style>
span { border-color: #EBA232; }
span { border-color: rgb(235,162,50); }
td.TdClassName
{
border-color: #EBA232;
}
.TagClassName
{
border-color: #EBA232;
}
</style>