Shades of Yellow Sea #EBA240
Tints of Yellow Sea #EBA240
RGB
CMYK
RGB Variations
Color information
#EBA240 (or 0xEBA240) is known color: Yellow Sea. HEX triplet: EB, A2 and 40. RGB value is (235,162,64). Sum of RGB (Red+Green+Blue) = 235+162+64=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA240 is #145DBF. Grayscale: #ADADAD. Windows color (decimal): -1334720 or 4236011. OLE color: 4236011.
HSL color Cylindrical-coordinate representation of color #EBA240: hue angle of 34.39º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBA240 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 64 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.08 |
| HSL | 34.39º | 0.81% | 0.59% | - |
| HSV(B) | 34.39º | 0.73% | 0.92% | - |
| XYZ | 48.11 | 43.87 | 10.78 | - |
| YUV | 172.66 | 66.68 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 64 | 0 | 0.31 | 0.73 | 0.08 | 34.39 | 0.81 | 0.59 |
| Hex | EB | A2 | 40 | 0 | 1F | 49 | 8 | 22 | 51 | 3B |
| Octal | 353 | 242 | 100 | 0 | 37 | 111 | 10 | 42 | 121 | 73 |
| Binary | 11101011 | 10100010 | 1000000 | 0 | 11111 | 1001001 | 1000 | 100010 | 1010001 | 111011 |
Color Harmonies of #EBA240
Complementary color
Monochromatic Colors of #EBA240
Black with #EBA240
Text Example
Text Example
White with #EBA240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA240; }
p { color: rgb(235,162,64); }
H1.HeaderClassName
{
color: #EBA240;
}
.AnyTagClassName
{
color: #EBA240;
}
</style>
background-color css
<style>
a { background-color: #EBA240; }
a { background-color: rgb(235,162,64); }
div.DivClassName
{
background-color: #EBA240;
}
.BgClassName
{
background-color: #EBA240;
}
</style>
border-color css
<style>
span { border-color: #EBA240; }
span { border-color: rgb(235,162,64); }
td.TdClassName
{
border-color: #EBA240;
}
.TagClassName
{
border-color: #EBA240;
}
</style>