Shades of Yellow Sea #EC9B32
Tints of Yellow Sea #EC9B32
RGB
CMYK
RGB Variations
Color information
#EC9B32 (or 0xEC9B32) is known color: Yellow Sea. HEX triplet: EC, 9B and 32. RGB value is (236,155,50). Sum of RGB (Red+Green+Blue) = 236+155+50=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9B32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9B32 is #1364CD. Grayscale: #A7A7A7. Windows color (decimal): -1270990 or 3316716. OLE color: 3316716.
HSL color Cylindrical-coordinate representation of color #EC9B32: hue angle of 33.87º 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 #EC9B32 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 155 | 50 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.07 |
| HSL | 33.87º | 0.83% | 0.56% | - |
| HSV(B) | 33.87º | 0.79% | 0.93% | - |
| XYZ | 46.89 | 41.51 | 8.56 | - |
| YUV | 167.25 | 61.84 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 155 | 50 | 0 | 0.34 | 0.79 | 0.07 | 33.87 | 0.83 | 0.56 |
| Hex | EC | 9B | 32 | 0 | 22 | 4F | 7 | 22 | 53 | 38 |
| Octal | 354 | 233 | 62 | 0 | 42 | 117 | 7 | 42 | 123 | 70 |
| Binary | 11101100 | 10011011 | 110010 | 0 | 100010 | 1001111 | 111 | 100010 | 1010011 | 111000 |
Color Harmonies of #EC9B32
Complementary color
Monochromatic Colors of #EC9B32
Black with #EC9B32
Text Example
Text Example
White with #EC9B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9B32; }
p { color: rgb(236,155,50); }
H1.HeaderClassName
{
color: #EC9B32;
}
.AnyTagClassName
{
color: #EC9B32;
}
</style>
background-color css
<style>
a { background-color: #EC9B32; }
a { background-color: rgb(236,155,50); }
div.DivClassName
{
background-color: #EC9B32;
}
.BgClassName
{
background-color: #EC9B32;
}
</style>
border-color css
<style>
span { border-color: #EC9B32; }
span { border-color: rgb(236,155,50); }
td.TdClassName
{
border-color: #EC9B32;
}
.TagClassName
{
border-color: #EC9B32;
}
</style>