Shades of Yellow Sea #EC993D
Tints of Yellow Sea #EC993D
RGB
CMYK
RGB Variations
Color information
#EC993D (or 0xEC993D) is known color: Yellow Sea. HEX triplet: EC, 99 and 3D. RGB value is (236,153,61). Sum of RGB (Red+Green+Blue) = 236+153+61=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 61 (24.22% from 255 or 13.56% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC993D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC993D is #1366C2. Grayscale: #A7A7A7. Windows color (decimal): -1271491 or 4037100. OLE color: 4037100.
HSL color Cylindrical-coordinate representation of color #EC993D: hue angle of 31.54º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC993D is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 61 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.07 |
| HSL | 31.54º | 0.82% | 0.58% | - |
| HSV(B) | 31.54º | 0.74% | 0.93% | - |
| XYZ | 46.83 | 40.95 | 9.85 | - |
| YUV | 167.33 | 68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 61 | 0 | 0.35 | 0.74 | 0.07 | 31.54 | 0.82 | 0.58 |
| Hex | EC | 99 | 3D | 0 | 23 | 4A | 7 | 20 | 52 | 3A |
| Octal | 354 | 231 | 75 | 0 | 43 | 112 | 7 | 40 | 122 | 72 |
| Binary | 11101100 | 10011001 | 111101 | 0 | 100011 | 1001010 | 111 | 100000 | 1010010 | 111010 |
Color Harmonies of #EC993D
Complementary color
Monochromatic Colors of #EC993D
Black with #EC993D
Text Example
Text Example
White with #EC993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC993D; }
p { color: rgb(236,153,61); }
H1.HeaderClassName
{
color: #EC993D;
}
.AnyTagClassName
{
color: #EC993D;
}
</style>
background-color css
<style>
a { background-color: #EC993D; }
a { background-color: rgb(236,153,61); }
div.DivClassName
{
background-color: #EC993D;
}
.BgClassName
{
background-color: #EC993D;
}
</style>
border-color css
<style>
span { border-color: #EC993D; }
span { border-color: rgb(236,153,61); }
td.TdClassName
{
border-color: #EC993D;
}
.TagClassName
{
border-color: #EC993D;
}
</style>