Shades of Yellow Sea #ED9C2D
Tints of Yellow Sea #ED9C2D
RGB
CMYK
RGB Variations
Color information
#ED9C2D (or 0xED9C2D) is known color: Yellow Sea. HEX triplet: ED, 9C and 2D. RGB value is (237,156,45). Sum of RGB (Red+Green+Blue) = 237+156+45=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9C2D is #1263D2. Grayscale: #A8A8A8. Windows color (decimal): -1205203 or 2989293. OLE color: 2989293.
HSL color Cylindrical-coordinate representation of color #ED9C2D: hue angle of 34.69º 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 #ED9C2D is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 45 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.07 |
| HSL | 34.69º | 0.84% | 0.55% | - |
| HSV(B) | 34.69º | 0.81% | 0.93% | - |
| XYZ | 47.29 | 41.97 | 8.09 | - |
| YUV | 167.57 | 58.84 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 45 | 0 | 0.34 | 0.81 | 0.07 | 34.69 | 0.84 | 0.55 |
| Hex | ED | 9C | 2D | 0 | 22 | 51 | 7 | 23 | 54 | 37 |
| Octal | 355 | 234 | 55 | 0 | 42 | 121 | 7 | 43 | 124 | 67 |
| Binary | 11101101 | 10011100 | 101101 | 0 | 100010 | 1010001 | 111 | 100011 | 1010100 | 110111 |
Color Harmonies of #ED9C2D
Complementary color
Monochromatic Colors of #ED9C2D
Black with #ED9C2D
Text Example
Text Example
White with #ED9C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9C2D; }
p { color: rgb(237,156,45); }
H1.HeaderClassName
{
color: #ED9C2D;
}
.AnyTagClassName
{
color: #ED9C2D;
}
</style>
background-color css
<style>
a { background-color: #ED9C2D; }
a { background-color: rgb(237,156,45); }
div.DivClassName
{
background-color: #ED9C2D;
}
.BgClassName
{
background-color: #ED9C2D;
}
</style>
border-color css
<style>
span { border-color: #ED9C2D; }
span { border-color: rgb(237,156,45); }
td.TdClassName
{
border-color: #ED9C2D;
}
.TagClassName
{
border-color: #ED9C2D;
}
</style>