Shades of Yellow Sea #EE982E
Tints of Yellow Sea #EE982E
RGB
CMYK
RGB Variations
Color information
#EE982E (or 0xEE982E) is known color: Yellow Sea. HEX triplet: EE, 98 and 2E. RGB value is (238,152,46). Sum of RGB (Red+Green+Blue) = 238+152+46=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EE982E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE982E is #1167D1. Grayscale: #A6A6A6. Windows color (decimal): -1140690 or 3053806. OLE color: 3053806.
HSL color Cylindrical-coordinate representation of color #EE982E: hue angle of 33.12º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE982E is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 152 | 46 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.07 |
| HSL | 33.13º | 0.85% | 0.56% | - |
| HSV(B) | 33.13º | 0.81% | 0.93% | - |
| XYZ | 46.98 | 40.83 | 7.99 | - |
| YUV | 165.63 | 60.49 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 152 | 46 | 0 | 0.36 | 0.81 | 0.07 | 33.13 | 0.85 | 0.56 |
| Hex | EE | 98 | 2E | 0 | 24 | 51 | 7 | 21 | 55 | 38 |
| Octal | 356 | 230 | 56 | 0 | 44 | 121 | 7 | 41 | 125 | 70 |
| Binary | 11101110 | 10011000 | 101110 | 0 | 100100 | 1010001 | 111 | 100001 | 1010101 | 111000 |
Color Harmonies of #EE982E
Complementary color
Monochromatic Colors of #EE982E
Black with #EE982E
Text Example
Text Example
White with #EE982E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE982E; }
p { color: rgb(238,152,46); }
H1.HeaderClassName
{
color: #EE982E;
}
.AnyTagClassName
{
color: #EE982E;
}
</style>
background-color css
<style>
a { background-color: #EE982E; }
a { background-color: rgb(238,152,46); }
div.DivClassName
{
background-color: #EE982E;
}
.BgClassName
{
background-color: #EE982E;
}
</style>
border-color css
<style>
span { border-color: #EE982E; }
span { border-color: rgb(238,152,46); }
td.TdClassName
{
border-color: #EE982E;
}
.TagClassName
{
border-color: #EE982E;
}
</style>