Shades of Yellow Sea #ECA02D
Tints of Yellow Sea #ECA02D
RGB
CMYK
RGB Variations
Color information
#ECA02D (or 0xECA02D) is known color: Yellow Sea. HEX triplet: EC, A0 and 2D. RGB value is (236,160,45). Sum of RGB (Red+Green+Blue) = 236+160+45=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA02D is #135FD2. Grayscale: #AAAAAA. Windows color (decimal): -1269715 or 2990316. OLE color: 2990316.
HSL color Cylindrical-coordinate representation of color #ECA02D: hue angle of 36.13º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECA02D is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 45 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.07 |
| HSL | 36.13º | 0.83% | 0.55% | - |
| HSV(B) | 36.13º | 0.81% | 0.93% | - |
| XYZ | 47.64 | 43.16 | 8.3 | - |
| YUV | 169.61 | 57.68 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 45 | 0 | 0.32 | 0.81 | 0.07 | 36.13 | 0.83 | 0.55 |
| Hex | EC | A0 | 2D | 0 | 20 | 51 | 7 | 24 | 53 | 37 |
| Octal | 354 | 240 | 55 | 0 | 40 | 121 | 7 | 44 | 123 | 67 |
| Binary | 11101100 | 10100000 | 101101 | 0 | 100000 | 1010001 | 111 | 100100 | 1010011 | 110111 |
Color Harmonies of #ECA02D
Complementary color
Monochromatic Colors of #ECA02D
Black with #ECA02D
Text Example
Text Example
White with #ECA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA02D; }
p { color: rgb(236,160,45); }
H1.HeaderClassName
{
color: #ECA02D;
}
.AnyTagClassName
{
color: #ECA02D;
}
</style>
background-color css
<style>
a { background-color: #ECA02D; }
a { background-color: rgb(236,160,45); }
div.DivClassName
{
background-color: #ECA02D;
}
.BgClassName
{
background-color: #ECA02D;
}
</style>
border-color css
<style>
span { border-color: #ECA02D; }
span { border-color: rgb(236,160,45); }
td.TdClassName
{
border-color: #ECA02D;
}
.TagClassName
{
border-color: #ECA02D;
}
</style>