Shades of Yellow Sea #ED972D
Tints of Yellow Sea #ED972D
RGB
CMYK
RGB Variations
Color information
#ED972D (or 0xED972D) is known color: Yellow Sea. HEX triplet: ED, 97 and 2D. RGB value is (237,151,45). Sum of RGB (Red+Green+Blue) = 237+151+45=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED972D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED972D is #1268D2. Grayscale: #A5A5A5. Windows color (decimal): -1206483 or 2988013. OLE color: 2988013.
HSL color Cylindrical-coordinate representation of color #ED972D: hue angle of 33.12º degrees, saturation: 0.84, 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 #ED972D is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 151 | 45 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.07 |
| HSL | 33.13º | 0.84% | 0.55% | - |
| HSV(B) | 33.13º | 0.81% | 0.93% | - |
| XYZ | 46.47 | 40.33 | 7.82 | - |
| YUV | 164.63 | 60.49 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 151 | 45 | 0 | 0.36 | 0.81 | 0.07 | 33.13 | 0.84 | 0.55 |
| Hex | ED | 97 | 2D | 0 | 24 | 51 | 7 | 21 | 54 | 37 |
| Octal | 355 | 227 | 55 | 0 | 44 | 121 | 7 | 41 | 124 | 67 |
| Binary | 11101101 | 10010111 | 101101 | 0 | 100100 | 1010001 | 111 | 100001 | 1010100 | 110111 |
Color Harmonies of #ED972D
Complementary color
Monochromatic Colors of #ED972D
Black with #ED972D
Text Example
Text Example
White with #ED972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED972D; }
p { color: rgb(237,151,45); }
H1.HeaderClassName
{
color: #ED972D;
}
.AnyTagClassName
{
color: #ED972D;
}
</style>
background-color css
<style>
a { background-color: #ED972D; }
a { background-color: rgb(237,151,45); }
div.DivClassName
{
background-color: #ED972D;
}
.BgClassName
{
background-color: #ED972D;
}
</style>
border-color css
<style>
span { border-color: #ED972D; }
span { border-color: rgb(237,151,45); }
td.TdClassName
{
border-color: #ED972D;
}
.TagClassName
{
border-color: #ED972D;
}
</style>