Shades of Yellow Sea #EB9A3C
Tints of Yellow Sea #EB9A3C
RGB
CMYK
RGB Variations
Color information
#EB9A3C (or 0xEB9A3C) is known color: Yellow Sea. HEX triplet: EB, 9A and 3C. RGB value is (235,154,60). Sum of RGB (Red+Green+Blue) = 235+154+60=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9A3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9A3C is #1465C3. Grayscale: #A7A7A7. Windows color (decimal): -1336772 or 3971819. OLE color: 3971819.
HSL color Cylindrical-coordinate representation of color #EB9A3C: hue angle of 32.23º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB9A3C is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 154 | 60 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.08 |
| HSL | 32.23º | 0.81% | 0.58% | - |
| HSV(B) | 32.23º | 0.74% | 0.92% | - |
| XYZ | 46.63 | 41.1 | 9.75 | - |
| YUV | 167.5 | 67.34 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 154 | 60 | 0 | 0.34 | 0.74 | 0.08 | 32.23 | 0.81 | 0.58 |
| Hex | EB | 9A | 3C | 0 | 22 | 4A | 8 | 20 | 51 | 3A |
| Octal | 353 | 232 | 74 | 0 | 42 | 112 | 10 | 40 | 121 | 72 |
| Binary | 11101011 | 10011010 | 111100 | 0 | 100010 | 1001010 | 1000 | 100000 | 1010001 | 111010 |
Color Harmonies of #EB9A3C
Complementary color
Monochromatic Colors of #EB9A3C
Black with #EB9A3C
Text Example
Text Example
White with #EB9A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9A3C; }
p { color: rgb(235,154,60); }
H1.HeaderClassName
{
color: #EB9A3C;
}
.AnyTagClassName
{
color: #EB9A3C;
}
</style>
background-color css
<style>
a { background-color: #EB9A3C; }
a { background-color: rgb(235,154,60); }
div.DivClassName
{
background-color: #EB9A3C;
}
.BgClassName
{
background-color: #EB9A3C;
}
</style>
border-color css
<style>
span { border-color: #EB9A3C; }
span { border-color: rgb(235,154,60); }
td.TdClassName
{
border-color: #EB9A3C;
}
.TagClassName
{
border-color: #EB9A3C;
}
</style>