Shades of Yellow Sea #EE982C
Tints of Yellow Sea #EE982C
RGB
CMYK
RGB Variations
Color information
#EE982C (or 0xEE982C) is known color: Yellow Sea. HEX triplet: EE, 98 and 2C. RGB value is (238,152,44). Sum of RGB (Red+Green+Blue) = 238+152+44=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE982C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE982C is #1167D3. Grayscale: #A5A5A5. Windows color (decimal): -1140692 or 2922734. OLE color: 2922734.
HSL color Cylindrical-coordinate representation of color #EE982C: hue angle of 33.4º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE982C is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 44 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.07 |
| HSL | 33.4º | 0.85% | 0.55% | - |
| HSV(B) | 33.4º | 0.82% | 0.93% | - |
| XYZ | 46.94 | 40.82 | 7.79 | - |
| YUV | 165.4 | 59.49 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 44 | 0 | 0.36 | 0.82 | 0.07 | 33.4 | 0.85 | 0.55 |
| Hex | EE | 98 | 2C | 0 | 24 | 52 | 7 | 21 | 55 | 37 |
| Octal | 356 | 230 | 54 | 0 | 44 | 122 | 7 | 41 | 125 | 67 |
| Binary | 11101110 | 10011000 | 101100 | 0 | 100100 | 1010010 | 111 | 100001 | 1010101 | 110111 |
Color Harmonies of #EE982C
Complementary color
Monochromatic Colors of #EE982C
Black with #EE982C
Text Example
Text Example
White with #EE982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE982C; }
p { color: rgb(238,152,44); }
H1.HeaderClassName
{
color: #EE982C;
}
.AnyTagClassName
{
color: #EE982C;
}
</style>
background-color css
<style>
a { background-color: #EE982C; }
a { background-color: rgb(238,152,44); }
div.DivClassName
{
background-color: #EE982C;
}
.BgClassName
{
background-color: #EE982C;
}
</style>
border-color css
<style>
span { border-color: #EE982C; }
span { border-color: rgb(238,152,44); }
td.TdClassName
{
border-color: #EE982C;
}
.TagClassName
{
border-color: #EE982C;
}
</style>