Shades of Yellow Sea #ECA430
Tints of Yellow Sea #ECA430
RGB
CMYK
RGB Variations
Color information
#ECA430 (or 0xECA430) is known color: Yellow Sea. HEX triplet: EC, A4 and 30. RGB value is (236,164,48). Sum of RGB (Red+Green+Blue) = 236+164+48=448 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.68% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA430 is #135BCF. Grayscale: #ACACAC. Windows color (decimal): -1268688 or 3187948. OLE color: 3187948.
HSL color Cylindrical-coordinate representation of color #ECA430: hue angle of 37.02º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECA430 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 164 | 48 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.07 |
| HSL | 37.02º | 0.83% | 0.56% | - |
| HSV(B) | 37.02º | 0.8% | 0.93% | - |
| XYZ | 48.4 | 44.6 | 8.85 | - |
| YUV | 172.3 | 57.85 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 164 | 48 | 0 | 0.31 | 0.80 | 0.07 | 37.02 | 0.83 | 0.56 |
| Hex | EC | A4 | 30 | 0 | 1F | 50 | 7 | 25 | 53 | 38 |
| Octal | 354 | 244 | 60 | 0 | 37 | 120 | 7 | 45 | 123 | 70 |
| Binary | 11101100 | 10100100 | 110000 | 0 | 11111 | 1010000 | 111 | 100101 | 1010011 | 111000 |
Color Harmonies of #ECA430
Complementary color
Monochromatic Colors of #ECA430
Black with #ECA430
Text Example
Text Example
White with #ECA430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA430; }
p { color: rgb(236,164,48); }
H1.HeaderClassName
{
color: #ECA430;
}
.AnyTagClassName
{
color: #ECA430;
}
</style>
background-color css
<style>
a { background-color: #ECA430; }
a { background-color: rgb(236,164,48); }
div.DivClassName
{
background-color: #ECA430;
}
.BgClassName
{
background-color: #ECA430;
}
</style>
border-color css
<style>
span { border-color: #ECA430; }
span { border-color: rgb(236,164,48); }
td.TdClassName
{
border-color: #ECA430;
}
.TagClassName
{
border-color: #ECA430;
}
</style>