Shades of Yellow Sea #EB9C3C
Tints of Yellow Sea #EB9C3C
RGB
CMYK
RGB Variations
Color information
#EB9C3C (or 0xEB9C3C) is known color: Yellow Sea. HEX triplet: EB, 9C and 3C. RGB value is (235,156,60). Sum of RGB (Red+Green+Blue) = 235+156+60=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB9C3C is #1463C3. Grayscale: #A9A9A9. Windows color (decimal): -1336260 or 3972331. OLE color: 3972331.
HSL color Cylindrical-coordinate representation of color #EB9C3C: hue angle of 32.91º 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 #EB9C3C is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 156 | 60 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.08 |
| HSL | 32.91º | 0.81% | 0.58% | - |
| HSV(B) | 32.91º | 0.74% | 0.92% | - |
| XYZ | 46.97 | 41.77 | 9.86 | - |
| YUV | 168.68 | 66.67 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 156 | 60 | 0 | 0.34 | 0.74 | 0.08 | 32.91 | 0.81 | 0.58 |
| Hex | EB | 9C | 3C | 0 | 22 | 4A | 8 | 21 | 51 | 3A |
| Octal | 353 | 234 | 74 | 0 | 42 | 112 | 10 | 41 | 121 | 72 |
| Binary | 11101011 | 10011100 | 111100 | 0 | 100010 | 1001010 | 1000 | 100001 | 1010001 | 111010 |
Color Harmonies of #EB9C3C
Complementary color
Monochromatic Colors of #EB9C3C
Black with #EB9C3C
Text Example
Text Example
White with #EB9C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9C3C; }
p { color: rgb(235,156,60); }
H1.HeaderClassName
{
color: #EB9C3C;
}
.AnyTagClassName
{
color: #EB9C3C;
}
</style>
background-color css
<style>
a { background-color: #EB9C3C; }
a { background-color: rgb(235,156,60); }
div.DivClassName
{
background-color: #EB9C3C;
}
.BgClassName
{
background-color: #EB9C3C;
}
</style>
border-color css
<style>
span { border-color: #EB9C3C; }
span { border-color: rgb(235,156,60); }
td.TdClassName
{
border-color: #EB9C3C;
}
.TagClassName
{
border-color: #EB9C3C;
}
</style>