Shades of Yellow Sea #EBA133
Tints of Yellow Sea #EBA133
RGB
CMYK
RGB Variations
Color information
#EBA133 (or 0xEBA133) is known color: Yellow Sea. HEX triplet: EB, A1 and 33. RGB value is (235,161,51). Sum of RGB (Red+Green+Blue) = 235+161+51=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 51 (20.31% from 255 or 11.41% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA133 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA133 is #145ECC. Grayscale: #ABABAB. Windows color (decimal): -1334989 or 3383787. OLE color: 3383787.
HSL color Cylindrical-coordinate representation of color #EBA133: hue angle of 35.87º 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 #EBA133 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 51 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.08 |
| HSL | 35.87º | 0.82% | 0.56% | - |
| HSV(B) | 35.87º | 0.78% | 0.92% | - |
| XYZ | 47.6 | 43.39 | 9 | - |
| YUV | 170.59 | 60.52 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 51 | 0 | 0.31 | 0.78 | 0.08 | 35.87 | 0.82 | 0.56 |
| Hex | EB | A1 | 33 | 0 | 1F | 4E | 8 | 24 | 52 | 38 |
| Octal | 353 | 241 | 63 | 0 | 37 | 116 | 10 | 44 | 122 | 70 |
| Binary | 11101011 | 10100001 | 110011 | 0 | 11111 | 1001110 | 1000 | 100100 | 1010010 | 111000 |
Color Harmonies of #EBA133
Complementary color
Monochromatic Colors of #EBA133
Black with #EBA133
Text Example
Text Example
White with #EBA133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA133; }
p { color: rgb(235,161,51); }
H1.HeaderClassName
{
color: #EBA133;
}
.AnyTagClassName
{
color: #EBA133;
}
</style>
background-color css
<style>
a { background-color: #EBA133; }
a { background-color: rgb(235,161,51); }
div.DivClassName
{
background-color: #EBA133;
}
.BgClassName
{
background-color: #EBA133;
}
</style>
border-color css
<style>
span { border-color: #EBA133; }
span { border-color: rgb(235,161,51); }
td.TdClassName
{
border-color: #EBA133;
}
.TagClassName
{
border-color: #EBA133;
}
</style>