Shades of Yellow Sea #ECA23C
Tints of Yellow Sea #ECA23C
RGB
CMYK
RGB Variations
Color information
#ECA23C (or 0xECA23C) is known color: Yellow Sea. HEX triplet: EC, A2 and 3C. RGB value is (236,162,60). Sum of RGB (Red+Green+Blue) = 236+162+60=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA23C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA23C is #135DC3. Grayscale: #ACACAC. Windows color (decimal): -1269188 or 3973868. OLE color: 3973868.
HSL color Cylindrical-coordinate representation of color #ECA23C: hue angle of 34.77º 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 #ECA23C is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 162 | 60 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.07 |
| HSL | 34.77º | 0.82% | 0.58% | - |
| HSV(B) | 34.77º | 0.75% | 0.93% | - |
| XYZ | 48.33 | 44 | 10.22 | - |
| YUV | 172.5 | 64.52 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 162 | 60 | 0 | 0.31 | 0.75 | 0.07 | 34.77 | 0.82 | 0.58 |
| Hex | EC | A2 | 3C | 0 | 1F | 4B | 7 | 23 | 52 | 3A |
| Octal | 354 | 242 | 74 | 0 | 37 | 113 | 7 | 43 | 122 | 72 |
| Binary | 11101100 | 10100010 | 111100 | 0 | 11111 | 1001011 | 111 | 100011 | 1010010 | 111010 |
Color Harmonies of #ECA23C
Complementary color
Monochromatic Colors of #ECA23C
Black with #ECA23C
Text Example
Text Example
White with #ECA23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA23C; }
p { color: rgb(236,162,60); }
H1.HeaderClassName
{
color: #ECA23C;
}
.AnyTagClassName
{
color: #ECA23C;
}
</style>
background-color css
<style>
a { background-color: #ECA23C; }
a { background-color: rgb(236,162,60); }
div.DivClassName
{
background-color: #ECA23C;
}
.BgClassName
{
background-color: #ECA23C;
}
</style>
border-color css
<style>
span { border-color: #ECA23C; }
span { border-color: rgb(236,162,60); }
td.TdClassName
{
border-color: #ECA23C;
}
.TagClassName
{
border-color: #ECA23C;
}
</style>