Shades of Yellow Sea #ED9C2E
Tints of Yellow Sea #ED9C2E
RGB
CMYK
RGB Variations
Color information
#ED9C2E (or 0xED9C2E) is known color: Yellow Sea. HEX triplet: ED, 9C and 2E. RGB value is (237,156,46). Sum of RGB (Red+Green+Blue) = 237+156+46=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9C2E is #1263D1. Grayscale: #A8A8A8. Windows color (decimal): -1205202 or 3054829. OLE color: 3054829.
HSL color Cylindrical-coordinate representation of color #ED9C2E: hue angle of 34.55º 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 #ED9C2E is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 46 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.07 |
| HSL | 34.55º | 0.84% | 0.55% | - |
| HSV(B) | 34.55º | 0.81% | 0.93% | - |
| XYZ | 47.31 | 41.98 | 8.19 | - |
| YUV | 167.68 | 59.34 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 46 | 0 | 0.34 | 0.81 | 0.07 | 34.55 | 0.84 | 0.55 |
| Hex | ED | 9C | 2E | 0 | 22 | 51 | 7 | 23 | 54 | 37 |
| Octal | 355 | 234 | 56 | 0 | 42 | 121 | 7 | 43 | 124 | 67 |
| Binary | 11101101 | 10011100 | 101110 | 0 | 100010 | 1010001 | 111 | 100011 | 1010100 | 110111 |
Color Harmonies of #ED9C2E
Complementary color
Monochromatic Colors of #ED9C2E
Black with #ED9C2E
Text Example
Text Example
White with #ED9C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9C2E; }
p { color: rgb(237,156,46); }
H1.HeaderClassName
{
color: #ED9C2E;
}
.AnyTagClassName
{
color: #ED9C2E;
}
</style>
background-color css
<style>
a { background-color: #ED9C2E; }
a { background-color: rgb(237,156,46); }
div.DivClassName
{
background-color: #ED9C2E;
}
.BgClassName
{
background-color: #ED9C2E;
}
</style>
border-color css
<style>
span { border-color: #ED9C2E; }
span { border-color: rgb(237,156,46); }
td.TdClassName
{
border-color: #ED9C2E;
}
.TagClassName
{
border-color: #ED9C2E;
}
</style>