Shades of Yellow Sea #EE972E
Tints of Yellow Sea #EE972E
RGB
CMYK
RGB Variations
Color information
#EE972E (or 0xEE972E) is known color: Yellow Sea. HEX triplet: EE, 97 and 2E. RGB value is (238,151,46). Sum of RGB (Red+Green+Blue) = 238+151+46=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE972E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE972E is #1168D1. Grayscale: #A5A5A5. Windows color (decimal): -1140946 or 3053550. OLE color: 3053550.
HSL color Cylindrical-coordinate representation of color #EE972E: hue angle of 32.81º 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 #EE972E is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 151 | 46 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.07 |
| HSL | 32.81º | 0.85% | 0.56% | - |
| HSV(B) | 32.81º | 0.81% | 0.93% | - |
| XYZ | 46.82 | 40.51 | 7.94 | - |
| YUV | 165.04 | 60.82 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 151 | 46 | 0 | 0.37 | 0.81 | 0.07 | 32.81 | 0.85 | 0.56 |
| Hex | EE | 97 | 2E | 0 | 25 | 51 | 7 | 21 | 55 | 38 |
| Octal | 356 | 227 | 56 | 0 | 45 | 121 | 7 | 41 | 125 | 70 |
| Binary | 11101110 | 10010111 | 101110 | 0 | 100101 | 1010001 | 111 | 100001 | 1010101 | 111000 |
Color Harmonies of #EE972E
Complementary color
Monochromatic Colors of #EE972E
Black with #EE972E
Text Example
Text Example
White with #EE972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE972E; }
p { color: rgb(238,151,46); }
H1.HeaderClassName
{
color: #EE972E;
}
.AnyTagClassName
{
color: #EE972E;
}
</style>
background-color css
<style>
a { background-color: #EE972E; }
a { background-color: rgb(238,151,46); }
div.DivClassName
{
background-color: #EE972E;
}
.BgClassName
{
background-color: #EE972E;
}
</style>
border-color css
<style>
span { border-color: #EE972E; }
span { border-color: rgb(238,151,46); }
td.TdClassName
{
border-color: #EE972E;
}
.TagClassName
{
border-color: #EE972E;
}
</style>