Shades of Yellow Sea #ED9C2C
Tints of Yellow Sea #ED9C2C
RGB
CMYK
RGB Variations
Color information
#ED9C2C (or 0xED9C2C) is known color: Yellow Sea. HEX triplet: ED, 9C and 2C. RGB value is (237,156,44). Sum of RGB (Red+Green+Blue) = 237+156+44=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9C2C is #1263D3. Grayscale: #A7A7A7. Windows color (decimal): -1205204 or 2923757. OLE color: 2923757.
HSL color Cylindrical-coordinate representation of color #ED9C2C: hue angle of 34.82º 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 #ED9C2C is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 44 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.07 |
| HSL | 34.82º | 0.84% | 0.55% | - |
| HSV(B) | 34.82º | 0.81% | 0.93% | - |
| XYZ | 47.27 | 41.96 | 7.99 | - |
| YUV | 167.45 | 58.34 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 44 | 0 | 0.34 | 0.81 | 0.07 | 34.82 | 0.84 | 0.55 |
| Hex | ED | 9C | 2C | 0 | 22 | 51 | 7 | 23 | 54 | 37 |
| Octal | 355 | 234 | 54 | 0 | 42 | 121 | 7 | 43 | 124 | 67 |
| Binary | 11101101 | 10011100 | 101100 | 0 | 100010 | 1010001 | 111 | 100011 | 1010100 | 110111 |
Color Harmonies of #ED9C2C
Complementary color
Monochromatic Colors of #ED9C2C
Black with #ED9C2C
Text Example
Text Example
White with #ED9C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9C2C; }
p { color: rgb(237,156,44); }
H1.HeaderClassName
{
color: #ED9C2C;
}
.AnyTagClassName
{
color: #ED9C2C;
}
</style>
background-color css
<style>
a { background-color: #ED9C2C; }
a { background-color: rgb(237,156,44); }
div.DivClassName
{
background-color: #ED9C2C;
}
.BgClassName
{
background-color: #ED9C2C;
}
</style>
border-color css
<style>
span { border-color: #ED9C2C; }
span { border-color: rgb(237,156,44); }
td.TdClassName
{
border-color: #ED9C2C;
}
.TagClassName
{
border-color: #ED9C2C;
}
</style>