Shades of Yellow Sea #EC9E29
Tints of Yellow Sea #EC9E29
RGB
CMYK
RGB Variations
Color information
#EC9E29 (or 0xEC9E29) is known color: Yellow Sea. HEX triplet: EC, 9E and 29. RGB value is (236,158,41). Sum of RGB (Red+Green+Blue) = 236+158+41=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 41 (16.41% from 255 or 9.43% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9E29 is #1361D6. Grayscale: #A8A8A8. Windows color (decimal): -1270231 or 2727660. OLE color: 2727660.
HSL color Cylindrical-coordinate representation of color #EC9E29: hue angle of 36º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC9E29 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 41 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.07 |
| HSL | 36º | 0.84% | 0.54% | - |
| HSV(B) | 36º | 0.83% | 0.93% | - |
| XYZ | 47.22 | 42.45 | 7.8 | - |
| YUV | 167.98 | 56.34 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 41 | 0 | 0.33 | 0.83 | 0.07 | 36 | 0.84 | 0.54 |
| Hex | EC | 9E | 29 | 0 | 21 | 53 | 7 | 24 | 54 | 36 |
| Octal | 354 | 236 | 51 | 0 | 41 | 123 | 7 | 44 | 124 | 66 |
| Binary | 11101100 | 10011110 | 101001 | 0 | 100001 | 1010011 | 111 | 100100 | 1010100 | 110110 |
Color Harmonies of #EC9E29
Complementary color
Monochromatic Colors of #EC9E29
Black with #EC9E29
Text Example
Text Example
White with #EC9E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9E29; }
p { color: rgb(236,158,41); }
H1.HeaderClassName
{
color: #EC9E29;
}
.AnyTagClassName
{
color: #EC9E29;
}
</style>
background-color css
<style>
a { background-color: #EC9E29; }
a { background-color: rgb(236,158,41); }
div.DivClassName
{
background-color: #EC9E29;
}
.BgClassName
{
background-color: #EC9E29;
}
</style>
border-color css
<style>
span { border-color: #EC9E29; }
span { border-color: rgb(236,158,41); }
td.TdClassName
{
border-color: #EC9E29;
}
.TagClassName
{
border-color: #EC9E29;
}
</style>