Shades of Yellow Sea #ECA040
Tints of Yellow Sea #ECA040
RGB
CMYK
RGB Variations
Color information
#ECA040 (or 0xECA040) is known color: Yellow Sea. HEX triplet: EC, A0 and 40. RGB value is (236,160,64). Sum of RGB (Red+Green+Blue) = 236+160+64=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA040 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA040 is #135FBF. Grayscale: #ACACAC. Windows color (decimal): -1269696 or 4235500. OLE color: 4235500.
HSL color Cylindrical-coordinate representation of color #ECA040: hue angle of 33.49º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECA040 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 64 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.07 |
| HSL | 33.49º | 0.82% | 0.59% | - |
| HSV(B) | 33.49º | 0.73% | 0.93% | - |
| XYZ | 48.09 | 43.34 | 10.68 | - |
| YUV | 171.78 | 67.18 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 64 | 0 | 0.32 | 0.73 | 0.07 | 33.49 | 0.82 | 0.59 |
| Hex | EC | A0 | 40 | 0 | 20 | 49 | 7 | 21 | 52 | 3B |
| Octal | 354 | 240 | 100 | 0 | 40 | 111 | 7 | 41 | 122 | 73 |
| Binary | 11101100 | 10100000 | 1000000 | 0 | 100000 | 1001001 | 111 | 100001 | 1010010 | 111011 |
Color Harmonies of #ECA040
Complementary color
Monochromatic Colors of #ECA040
Black with #ECA040
Text Example
Text Example
White with #ECA040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA040; }
p { color: rgb(236,160,64); }
H1.HeaderClassName
{
color: #ECA040;
}
.AnyTagClassName
{
color: #ECA040;
}
</style>
background-color css
<style>
a { background-color: #ECA040; }
a { background-color: rgb(236,160,64); }
div.DivClassName
{
background-color: #ECA040;
}
.BgClassName
{
background-color: #ECA040;
}
</style>
border-color css
<style>
span { border-color: #ECA040; }
span { border-color: rgb(236,160,64); }
td.TdClassName
{
border-color: #ECA040;
}
.TagClassName
{
border-color: #ECA040;
}
</style>