Shades of Yellow Sea #ECA632
Tints of Yellow Sea #ECA632
RGB
CMYK
RGB Variations
Color information
#ECA632 (or 0xECA632) is known color: Yellow Sea. HEX triplet: EC, A6 and 32. RGB value is (236,166,50). Sum of RGB (Red+Green+Blue) = 236+166+50=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA632 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA632 is #1359CD. Grayscale: #AEAEAE. Windows color (decimal): -1268174 or 3319532. OLE color: 3319532.
HSL color Cylindrical-coordinate representation of color #ECA632: hue angle of 37.42º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECA632 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 50 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.07 |
| HSL | 37.42º | 0.83% | 0.56% | - |
| HSV(B) | 37.42º | 0.79% | 0.93% | - |
| XYZ | 48.8 | 45.34 | 9.2 | - |
| YUV | 173.71 | 58.19 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 50 | 0 | 0.30 | 0.79 | 0.07 | 37.42 | 0.83 | 0.56 |
| Hex | EC | A6 | 32 | 0 | 1E | 4F | 7 | 25 | 53 | 38 |
| Octal | 354 | 246 | 62 | 0 | 36 | 117 | 7 | 45 | 123 | 70 |
| Binary | 11101100 | 10100110 | 110010 | 0 | 11110 | 1001111 | 111 | 100101 | 1010011 | 111000 |
Color Harmonies of #ECA632
Complementary color
Monochromatic Colors of #ECA632
Black with #ECA632
Text Example
Text Example
White with #ECA632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA632; }
p { color: rgb(236,166,50); }
H1.HeaderClassName
{
color: #ECA632;
}
.AnyTagClassName
{
color: #ECA632;
}
</style>
background-color css
<style>
a { background-color: #ECA632; }
a { background-color: rgb(236,166,50); }
div.DivClassName
{
background-color: #ECA632;
}
.BgClassName
{
background-color: #ECA632;
}
</style>
border-color css
<style>
span { border-color: #ECA632; }
span { border-color: rgb(236,166,50); }
td.TdClassName
{
border-color: #ECA632;
}
.TagClassName
{
border-color: #ECA632;
}
</style>