Shades of Yellow Sea #ECA242
Tints of Yellow Sea #ECA242
RGB
CMYK
RGB Variations
Color information
#ECA242 (or 0xECA242) is known color: Yellow Sea. HEX triplet: EC, A2 and 42. RGB value is (236,162,66). Sum of RGB (Red+Green+Blue) = 236+162+66=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA242 is #135DBD. Grayscale: #ADADAD. Windows color (decimal): -1269182 or 4367084. OLE color: 4367084.
HSL color Cylindrical-coordinate representation of color #ECA242: hue angle of 33.88º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECA242 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 162 | 66 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.07 |
| HSL | 33.88º | 0.82% | 0.59% | - |
| HSV(B) | 33.88º | 0.72% | 0.93% | - |
| XYZ | 48.5 | 44.07 | 11.1 | - |
| YUV | 173.18 | 67.52 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 162 | 66 | 0 | 0.31 | 0.72 | 0.07 | 33.88 | 0.82 | 0.59 |
| Hex | EC | A2 | 42 | 0 | 1F | 48 | 7 | 22 | 52 | 3B |
| Octal | 354 | 242 | 102 | 0 | 37 | 110 | 7 | 42 | 122 | 73 |
| Binary | 11101100 | 10100010 | 1000010 | 0 | 11111 | 1001000 | 111 | 100010 | 1010010 | 111011 |
Color Harmonies of #ECA242
Complementary color
Monochromatic Colors of #ECA242
Black with #ECA242
Text Example
Text Example
White with #ECA242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA242; }
p { color: rgb(236,162,66); }
H1.HeaderClassName
{
color: #ECA242;
}
.AnyTagClassName
{
color: #ECA242;
}
</style>
background-color css
<style>
a { background-color: #ECA242; }
a { background-color: rgb(236,162,66); }
div.DivClassName
{
background-color: #ECA242;
}
.BgClassName
{
background-color: #ECA242;
}
</style>
border-color css
<style>
span { border-color: #ECA242; }
span { border-color: rgb(236,162,66); }
td.TdClassName
{
border-color: #ECA242;
}
.TagClassName
{
border-color: #ECA242;
}
</style>