Shades of Yellow Sea #ED992C
Tints of Yellow Sea #ED992C
RGB
CMYK
RGB Variations
Color information
#ED992C (or 0xED992C) is known color: Yellow Sea. HEX triplet: ED, 99 and 2C. RGB value is (237,153,44). Sum of RGB (Red+Green+Blue) = 237+153+44=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED992C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED992C is #1266D3. Grayscale: #A6A6A6. Windows color (decimal): -1205972 or 2922989. OLE color: 2922989.
HSL color Cylindrical-coordinate representation of color #ED992C: hue angle of 33.89º 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 #ED992C is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 44 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.07 |
| HSL | 33.89º | 0.84% | 0.55% | - |
| HSV(B) | 33.89º | 0.81% | 0.93% | - |
| XYZ | 46.77 | 40.97 | 7.83 | - |
| YUV | 165.69 | 59.33 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 44 | 0 | 0.35 | 0.81 | 0.07 | 33.89 | 0.84 | 0.55 |
| Hex | ED | 99 | 2C | 0 | 23 | 51 | 7 | 22 | 54 | 37 |
| Octal | 355 | 231 | 54 | 0 | 43 | 121 | 7 | 42 | 124 | 67 |
| Binary | 11101101 | 10011001 | 101100 | 0 | 100011 | 1010001 | 111 | 100010 | 1010100 | 110111 |
Color Harmonies of #ED992C
Complementary color
Monochromatic Colors of #ED992C
Black with #ED992C
Text Example
Text Example
White with #ED992C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED992C; }
p { color: rgb(237,153,44); }
H1.HeaderClassName
{
color: #ED992C;
}
.AnyTagClassName
{
color: #ED992C;
}
</style>
background-color css
<style>
a { background-color: #ED992C; }
a { background-color: rgb(237,153,44); }
div.DivClassName
{
background-color: #ED992C;
}
.BgClassName
{
background-color: #ED992C;
}
</style>
border-color css
<style>
span { border-color: #ED992C; }
span { border-color: rgb(237,153,44); }
td.TdClassName
{
border-color: #ED992C;
}
.TagClassName
{
border-color: #ED992C;
}
</style>