Shades of Yellow Sea #EC9C3C
Tints of Yellow Sea #EC9C3C
RGB
CMYK
RGB Variations
Color information
#EC9C3C (or 0xEC9C3C) is known color: Yellow Sea. HEX triplet: EC, 9C and 3C. RGB value is (236,156,60). Sum of RGB (Red+Green+Blue) = 236+156+60=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9C3C is #1363C3. Grayscale: #A9A9A9. Windows color (decimal): -1270724 or 3972332. OLE color: 3972332.
HSL color Cylindrical-coordinate representation of color #EC9C3C: hue angle of 32.73º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC9C3C is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 60 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.07 |
| HSL | 32.73º | 0.82% | 0.58% | - |
| HSV(B) | 32.73º | 0.75% | 0.93% | - |
| XYZ | 47.3 | 41.94 | 9.88 | - |
| YUV | 168.98 | 66.5 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 60 | 0 | 0.34 | 0.75 | 0.07 | 32.73 | 0.82 | 0.58 |
| Hex | EC | 9C | 3C | 0 | 22 | 4B | 7 | 21 | 52 | 3A |
| Octal | 354 | 234 | 74 | 0 | 42 | 113 | 7 | 41 | 122 | 72 |
| Binary | 11101100 | 10011100 | 111100 | 0 | 100010 | 1001011 | 111 | 100001 | 1010010 | 111010 |
Color Harmonies of #EC9C3C
Complementary color
Monochromatic Colors of #EC9C3C
Black with #EC9C3C
Text Example
Text Example
White with #EC9C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C3C; }
p { color: rgb(236,156,60); }
H1.HeaderClassName
{
color: #EC9C3C;
}
.AnyTagClassName
{
color: #EC9C3C;
}
</style>
background-color css
<style>
a { background-color: #EC9C3C; }
a { background-color: rgb(236,156,60); }
div.DivClassName
{
background-color: #EC9C3C;
}
.BgClassName
{
background-color: #EC9C3C;
}
</style>
border-color css
<style>
span { border-color: #EC9C3C; }
span { border-color: rgb(236,156,60); }
td.TdClassName
{
border-color: #EC9C3C;
}
.TagClassName
{
border-color: #EC9C3C;
}
</style>