Shades of Yellow Sea #EE9E34
Tints of Yellow Sea #EE9E34
RGB
CMYK
RGB Variations
Color information
#EE9E34 (or 0xEE9E34) is known color: Yellow Sea. HEX triplet: EE, 9E and 34. RGB value is (238,158,52). Sum of RGB (Red+Green+Blue) = 238+158+52=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9E34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9E34 is #1161CB. Grayscale: #AAAAAA. Windows color (decimal): -1139148 or 3448558. OLE color: 3448558.
HSL color Cylindrical-coordinate representation of color #EE9E34: hue angle of 34.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE9E34 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 158 | 52 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.07 |
| HSL | 34.19º | 0.85% | 0.57% | - |
| HSV(B) | 34.19º | 0.78% | 0.93% | - |
| XYZ | 48.11 | 42.88 | 8.99 | - |
| YUV | 169.84 | 61.5 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 158 | 52 | 0 | 0.34 | 0.78 | 0.07 | 34.19 | 0.85 | 0.57 |
| Hex | EE | 9E | 34 | 0 | 22 | 4E | 7 | 22 | 55 | 39 |
| Octal | 356 | 236 | 64 | 0 | 42 | 116 | 7 | 42 | 125 | 71 |
| Binary | 11101110 | 10011110 | 110100 | 0 | 100010 | 1001110 | 111 | 100010 | 1010101 | 111001 |
Color Harmonies of #EE9E34
Complementary color
Monochromatic Colors of #EE9E34
Black with #EE9E34
Text Example
Text Example
White with #EE9E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9E34; }
p { color: rgb(238,158,52); }
H1.HeaderClassName
{
color: #EE9E34;
}
.AnyTagClassName
{
color: #EE9E34;
}
</style>
background-color css
<style>
a { background-color: #EE9E34; }
a { background-color: rgb(238,158,52); }
div.DivClassName
{
background-color: #EE9E34;
}
.BgClassName
{
background-color: #EE9E34;
}
</style>
border-color css
<style>
span { border-color: #EE9E34; }
span { border-color: rgb(238,158,52); }
td.TdClassName
{
border-color: #EE9E34;
}
.TagClassName
{
border-color: #EE9E34;
}
</style>