Shades of Yellow Sea #EC972E
Tints of Yellow Sea #EC972E
RGB
CMYK
RGB Variations
Color information
#EC972E (or 0xEC972E) is known color: Yellow Sea. HEX triplet: EC, 97 and 2E. RGB value is (236,151,46). Sum of RGB (Red+Green+Blue) = 236+151+46=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC972E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC972E is #1368D1. Grayscale: #A4A4A4. Windows color (decimal): -1272018 or 3053548. OLE color: 3053548.
HSL color Cylindrical-coordinate representation of color #EC972E: hue angle of 33.16º 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 #EC972E is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 46 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.07 |
| HSL | 33.16º | 0.83% | 0.55% | - |
| HSV(B) | 33.16º | 0.81% | 0.93% | - |
| XYZ | 46.15 | 40.16 | 7.9 | - |
| YUV | 164.45 | 61.16 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 46 | 0 | 0.36 | 0.81 | 0.07 | 33.16 | 0.83 | 0.55 |
| Hex | EC | 97 | 2E | 0 | 24 | 51 | 7 | 21 | 53 | 37 |
| Octal | 354 | 227 | 56 | 0 | 44 | 121 | 7 | 41 | 123 | 67 |
| Binary | 11101100 | 10010111 | 101110 | 0 | 100100 | 1010001 | 111 | 100001 | 1010011 | 110111 |
Color Harmonies of #EC972E
Complementary color
Monochromatic Colors of #EC972E
Black with #EC972E
Text Example
Text Example
White with #EC972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC972E; }
p { color: rgb(236,151,46); }
H1.HeaderClassName
{
color: #EC972E;
}
.AnyTagClassName
{
color: #EC972E;
}
</style>
background-color css
<style>
a { background-color: #EC972E; }
a { background-color: rgb(236,151,46); }
div.DivClassName
{
background-color: #EC972E;
}
.BgClassName
{
background-color: #EC972E;
}
</style>
border-color css
<style>
span { border-color: #EC972E; }
span { border-color: rgb(236,151,46); }
td.TdClassName
{
border-color: #EC972E;
}
.TagClassName
{
border-color: #EC972E;
}
</style>