Shades of Yellow Sea #ED9E29
Tints of Yellow Sea #ED9E29
RGB
CMYK
RGB Variations
Color information
#ED9E29 (or 0xED9E29) is known color: Yellow Sea. HEX triplet: ED, 9E and 29. RGB value is (237,158,41). Sum of RGB (Red+Green+Blue) = 237+158+41=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 41 (16.41% from 255 or 9.40% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9E29 is #1261D6. Grayscale: #A8A8A8. Windows color (decimal): -1204695 or 2727661. OLE color: 2727661.
HSL color Cylindrical-coordinate representation of color #ED9E29: hue angle of 35.82º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED9E29 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 41 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.07 |
| HSL | 35.82º | 0.84% | 0.55% | - |
| HSV(B) | 35.82º | 0.83% | 0.93% | - |
| XYZ | 47.55 | 42.62 | 7.82 | - |
| YUV | 168.28 | 56.17 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 41 | 0 | 0.33 | 0.83 | 0.07 | 35.82 | 0.84 | 0.55 |
| Hex | ED | 9E | 29 | 0 | 21 | 53 | 7 | 24 | 54 | 37 |
| Octal | 355 | 236 | 51 | 0 | 41 | 123 | 7 | 44 | 124 | 67 |
| Binary | 11101101 | 10011110 | 101001 | 0 | 100001 | 1010011 | 111 | 100100 | 1010100 | 110111 |
Color Harmonies of #ED9E29
Complementary color
Monochromatic Colors of #ED9E29
Black with #ED9E29
Text Example
Text Example
White with #ED9E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9E29; }
p { color: rgb(237,158,41); }
H1.HeaderClassName
{
color: #ED9E29;
}
.AnyTagClassName
{
color: #ED9E29;
}
</style>
background-color css
<style>
a { background-color: #ED9E29; }
a { background-color: rgb(237,158,41); }
div.DivClassName
{
background-color: #ED9E29;
}
.BgClassName
{
background-color: #ED9E29;
}
</style>
border-color css
<style>
span { border-color: #ED9E29; }
span { border-color: rgb(237,158,41); }
td.TdClassName
{
border-color: #ED9E29;
}
.TagClassName
{
border-color: #ED9E29;
}
</style>