Shades of Yellow Sea #ED9F3E
Tints of Yellow Sea #ED9F3E
RGB
CMYK
RGB Variations
Color information
#ED9F3E (or 0xED9F3E) is known color: Yellow Sea. HEX triplet: ED, 9F and 3E. RGB value is (237,159,62). Sum of RGB (Red+Green+Blue) = 237+159+62=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9F3E is #1260C1. Grayscale: #ABABAB. Windows color (decimal): -1204418 or 4104173. OLE color: 4104173.
HSL color Cylindrical-coordinate representation of color #ED9F3E: hue angle of 33.26º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED9F3E is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 159 | 62 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.07 |
| HSL | 33.26º | 0.83% | 0.59% | - |
| HSV(B) | 33.26º | 0.74% | 0.93% | - |
| XYZ | 48.19 | 43.15 | 10.35 | - |
| YUV | 171.26 | 66.34 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 159 | 62 | 0 | 0.33 | 0.74 | 0.07 | 33.26 | 0.83 | 0.59 |
| Hex | ED | 9F | 3E | 0 | 21 | 4A | 7 | 21 | 53 | 3B |
| Octal | 355 | 237 | 76 | 0 | 41 | 112 | 7 | 41 | 123 | 73 |
| Binary | 11101101 | 10011111 | 111110 | 0 | 100001 | 1001010 | 111 | 100001 | 1010011 | 111011 |
Color Harmonies of #ED9F3E
Complementary color
Monochromatic Colors of #ED9F3E
Black with #ED9F3E
Text Example
Text Example
White with #ED9F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9F3E; }
p { color: rgb(237,159,62); }
H1.HeaderClassName
{
color: #ED9F3E;
}
.AnyTagClassName
{
color: #ED9F3E;
}
</style>
background-color css
<style>
a { background-color: #ED9F3E; }
a { background-color: rgb(237,159,62); }
div.DivClassName
{
background-color: #ED9F3E;
}
.BgClassName
{
background-color: #ED9F3E;
}
</style>
border-color css
<style>
span { border-color: #ED9F3E; }
span { border-color: rgb(237,159,62); }
td.TdClassName
{
border-color: #ED9F3E;
}
.TagClassName
{
border-color: #ED9F3E;
}
</style>