Shades of Yellow Sea #ED9D2C
Tints of Yellow Sea #ED9D2C
RGB
CMYK
RGB Variations
Color information
#ED9D2C (or 0xED9D2C) is known color: Yellow Sea. HEX triplet: ED, 9D and 2C. RGB value is (237,157,44). Sum of RGB (Red+Green+Blue) = 237+157+44=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9D2C is #1262D3. Grayscale: #A8A8A8. Windows color (decimal): -1204948 or 2924013. OLE color: 2924013.
HSL color Cylindrical-coordinate representation of color #ED9D2C: hue angle of 35.13º 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 #ED9D2C is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 157 | 44 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.07 |
| HSL | 35.13º | 0.84% | 0.55% | - |
| HSV(B) | 35.13º | 0.81% | 0.93% | - |
| XYZ | 47.44 | 42.3 | 8.05 | - |
| YUV | 168.04 | 58 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 157 | 44 | 0 | 0.34 | 0.81 | 0.07 | 35.13 | 0.84 | 0.55 |
| Hex | ED | 9D | 2C | 0 | 22 | 51 | 7 | 23 | 54 | 37 |
| Octal | 355 | 235 | 54 | 0 | 42 | 121 | 7 | 43 | 124 | 67 |
| Binary | 11101101 | 10011101 | 101100 | 0 | 100010 | 1010001 | 111 | 100011 | 1010100 | 110111 |
Color Harmonies of #ED9D2C
Complementary color
Monochromatic Colors of #ED9D2C
Black with #ED9D2C
Text Example
Text Example
White with #ED9D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9D2C; }
p { color: rgb(237,157,44); }
H1.HeaderClassName
{
color: #ED9D2C;
}
.AnyTagClassName
{
color: #ED9D2C;
}
</style>
background-color css
<style>
a { background-color: #ED9D2C; }
a { background-color: rgb(237,157,44); }
div.DivClassName
{
background-color: #ED9D2C;
}
.BgClassName
{
background-color: #ED9D2C;
}
</style>
border-color css
<style>
span { border-color: #ED9D2C; }
span { border-color: rgb(237,157,44); }
td.TdClassName
{
border-color: #ED9D2C;
}
.TagClassName
{
border-color: #ED9D2C;
}
</style>