Shades of Yellow Sea #EE972D
Tints of Yellow Sea #EE972D
RGB
CMYK
RGB Variations
Color information
#EE972D (or 0xEE972D) is known color: Yellow Sea. HEX triplet: EE, 97 and 2D. RGB value is (238,151,45). Sum of RGB (Red+Green+Blue) = 238+151+45=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE972D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE972D is #1168D2. Grayscale: #A5A5A5. Windows color (decimal): -1140947 or 2988014. OLE color: 2988014.
HSL color Cylindrical-coordinate representation of color #EE972D: hue angle of 32.95º degrees, saturation: 0.85, 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 #EE972D is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 151 | 45 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.07 |
| HSL | 32.95º | 0.85% | 0.55% | - |
| HSV(B) | 32.95º | 0.81% | 0.93% | - |
| XYZ | 46.8 | 40.5 | 7.83 | - |
| YUV | 164.93 | 60.32 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 151 | 45 | 0 | 0.37 | 0.81 | 0.07 | 32.95 | 0.85 | 0.55 |
| Hex | EE | 97 | 2D | 0 | 25 | 51 | 7 | 21 | 55 | 37 |
| Octal | 356 | 227 | 55 | 0 | 45 | 121 | 7 | 41 | 125 | 67 |
| Binary | 11101110 | 10010111 | 101101 | 0 | 100101 | 1010001 | 111 | 100001 | 1010101 | 110111 |
Color Harmonies of #EE972D
Complementary color
Monochromatic Colors of #EE972D
Black with #EE972D
Text Example
Text Example
White with #EE972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE972D; }
p { color: rgb(238,151,45); }
H1.HeaderClassName
{
color: #EE972D;
}
.AnyTagClassName
{
color: #EE972D;
}
</style>
background-color css
<style>
a { background-color: #EE972D; }
a { background-color: rgb(238,151,45); }
div.DivClassName
{
background-color: #EE972D;
}
.BgClassName
{
background-color: #EE972D;
}
</style>
border-color css
<style>
span { border-color: #EE972D; }
span { border-color: rgb(238,151,45); }
td.TdClassName
{
border-color: #EE972D;
}
.TagClassName
{
border-color: #EE972D;
}
</style>