Shades of Yellow Sea #EC9D3E
Tints of Yellow Sea #EC9D3E
RGB
CMYK
RGB Variations
Color information
#EC9D3E (or 0xEC9D3E) is known color: Yellow Sea. HEX triplet: EC, 9D and 3E. RGB value is (236,157,62). Sum of RGB (Red+Green+Blue) = 236+157+62=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9D3E is #1362C1. Grayscale: #AAAAAA. Windows color (decimal): -1270466 or 4103660. OLE color: 4103660.
HSL color Cylindrical-coordinate representation of color #EC9D3E: hue angle of 32.76º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC9D3E is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 62 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.07 |
| HSL | 32.76º | 0.82% | 0.58% | - |
| HSV(B) | 32.76º | 0.74% | 0.93% | - |
| XYZ | 47.52 | 42.29 | 10.22 | - |
| YUV | 169.79 | 67.17 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 62 | 0 | 0.33 | 0.74 | 0.07 | 32.76 | 0.82 | 0.58 |
| Hex | EC | 9D | 3E | 0 | 21 | 4A | 7 | 21 | 52 | 3A |
| Octal | 354 | 235 | 76 | 0 | 41 | 112 | 7 | 41 | 122 | 72 |
| Binary | 11101100 | 10011101 | 111110 | 0 | 100001 | 1001010 | 111 | 100001 | 1010010 | 111010 |
Color Harmonies of #EC9D3E
Complementary color
Monochromatic Colors of #EC9D3E
Black with #EC9D3E
Text Example
Text Example
White with #EC9D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9D3E; }
p { color: rgb(236,157,62); }
H1.HeaderClassName
{
color: #EC9D3E;
}
.AnyTagClassName
{
color: #EC9D3E;
}
</style>
background-color css
<style>
a { background-color: #EC9D3E; }
a { background-color: rgb(236,157,62); }
div.DivClassName
{
background-color: #EC9D3E;
}
.BgClassName
{
background-color: #EC9D3E;
}
</style>
border-color css
<style>
span { border-color: #EC9D3E; }
span { border-color: rgb(236,157,62); }
td.TdClassName
{
border-color: #EC9D3E;
}
.TagClassName
{
border-color: #EC9D3E;
}
</style>