Shades of Yellow Sea #EE982F
Tints of Yellow Sea #EE982F
RGB
CMYK
RGB Variations
Color information
#EE982F (or 0xEE982F) is known color: Yellow Sea. HEX triplet: EE, 98 and 2F. RGB value is (238,152,47). Sum of RGB (Red+Green+Blue) = 238+152+47=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 47 (18.75% from 255 or 10.76% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EE982F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE982F is #1167D0. Grayscale: #A6A6A6. Windows color (decimal): -1140689 or 3119342. OLE color: 3119342.
HSL color Cylindrical-coordinate representation of color #EE982F: hue angle of 32.98º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE982F is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 47 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.07 |
| HSL | 32.98º | 0.85% | 0.56% | - |
| HSV(B) | 32.98º | 0.8% | 0.93% | - |
| XYZ | 47 | 40.84 | 8.09 | - |
| YUV | 165.74 | 60.99 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 47 | 0 | 0.36 | 0.80 | 0.07 | 32.98 | 0.85 | 0.56 |
| Hex | EE | 98 | 2F | 0 | 24 | 50 | 7 | 21 | 55 | 38 |
| Octal | 356 | 230 | 57 | 0 | 44 | 120 | 7 | 41 | 125 | 70 |
| Binary | 11101110 | 10011000 | 101111 | 0 | 100100 | 1010000 | 111 | 100001 | 1010101 | 111000 |
Color Harmonies of #EE982F
Complementary color
Monochromatic Colors of #EE982F
Black with #EE982F
Text Example
Text Example
White with #EE982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE982F; }
p { color: rgb(238,152,47); }
H1.HeaderClassName
{
color: #EE982F;
}
.AnyTagClassName
{
color: #EE982F;
}
</style>
background-color css
<style>
a { background-color: #EE982F; }
a { background-color: rgb(238,152,47); }
div.DivClassName
{
background-color: #EE982F;
}
.BgClassName
{
background-color: #EE982F;
}
</style>
border-color css
<style>
span { border-color: #EE982F; }
span { border-color: rgb(238,152,47); }
td.TdClassName
{
border-color: #EE982F;
}
.TagClassName
{
border-color: #EE982F;
}
</style>