Shades of Yellow Sea #EC9C2D
Tints of Yellow Sea #EC9C2D
RGB
CMYK
RGB Variations
Color information
#EC9C2D (or 0xEC9C2D) is known color: Yellow Sea. HEX triplet: EC, 9C and 2D. RGB value is (236,156,45). Sum of RGB (Red+Green+Blue) = 236+156+45=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9C2D is #1363D2. Grayscale: #A7A7A7. Windows color (decimal): -1270739 or 2989292. OLE color: 2989292.
HSL color Cylindrical-coordinate representation of color #EC9C2D: hue angle of 34.87º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC9C2D is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 45 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.07 |
| HSL | 34.87º | 0.83% | 0.55% | - |
| HSV(B) | 34.87º | 0.81% | 0.93% | - |
| XYZ | 46.95 | 41.8 | 8.08 | - |
| YUV | 167.27 | 59 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 45 | 0 | 0.34 | 0.81 | 0.07 | 34.87 | 0.83 | 0.55 |
| Hex | EC | 9C | 2D | 0 | 22 | 51 | 7 | 23 | 53 | 37 |
| Octal | 354 | 234 | 55 | 0 | 42 | 121 | 7 | 43 | 123 | 67 |
| Binary | 11101100 | 10011100 | 101101 | 0 | 100010 | 1010001 | 111 | 100011 | 1010011 | 110111 |
Color Harmonies of #EC9C2D
Complementary color
Monochromatic Colors of #EC9C2D
Black with #EC9C2D
Text Example
Text Example
White with #EC9C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9C2D; }
p { color: rgb(236,156,45); }
H1.HeaderClassName
{
color: #EC9C2D;
}
.AnyTagClassName
{
color: #EC9C2D;
}
</style>
background-color css
<style>
a { background-color: #EC9C2D; }
a { background-color: rgb(236,156,45); }
div.DivClassName
{
background-color: #EC9C2D;
}
.BgClassName
{
background-color: #EC9C2D;
}
</style>
border-color css
<style>
span { border-color: #EC9C2D; }
span { border-color: rgb(236,156,45); }
td.TdClassName
{
border-color: #EC9C2D;
}
.TagClassName
{
border-color: #EC9C2D;
}
</style>