Shades of Yellow Sea #EE9934
Tints of Yellow Sea #EE9934
RGB
CMYK
RGB Variations
Color information
#EE9934 (or 0xEE9934) is known color: Yellow Sea. HEX triplet: EE, 99 and 34. RGB value is (238,153,52). Sum of RGB (Red+Green+Blue) = 238+153+52=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9934 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9934 is #1166CB. Grayscale: #A7A7A7. Windows color (decimal): -1140428 or 3447278. OLE color: 3447278.
HSL color Cylindrical-coordinate representation of color #EE9934: hue angle of 32.58º 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 #EE9934 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 52 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.07 |
| HSL | 32.58º | 0.85% | 0.57% | - |
| HSV(B) | 32.58º | 0.78% | 0.93% | - |
| XYZ | 47.27 | 41.21 | 8.71 | - |
| YUV | 166.9 | 63.16 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 52 | 0 | 0.36 | 0.78 | 0.07 | 32.58 | 0.85 | 0.57 |
| Hex | EE | 99 | 34 | 0 | 24 | 4E | 7 | 21 | 55 | 39 |
| Octal | 356 | 231 | 64 | 0 | 44 | 116 | 7 | 41 | 125 | 71 |
| Binary | 11101110 | 10011001 | 110100 | 0 | 100100 | 1001110 | 111 | 100001 | 1010101 | 111001 |
Color Harmonies of #EE9934
Complementary color
Monochromatic Colors of #EE9934
Black with #EE9934
Text Example
Text Example
White with #EE9934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9934; }
p { color: rgb(238,153,52); }
H1.HeaderClassName
{
color: #EE9934;
}
.AnyTagClassName
{
color: #EE9934;
}
</style>
background-color css
<style>
a { background-color: #EE9934; }
a { background-color: rgb(238,153,52); }
div.DivClassName
{
background-color: #EE9934;
}
.BgClassName
{
background-color: #EE9934;
}
</style>
border-color css
<style>
span { border-color: #EE9934; }
span { border-color: rgb(238,153,52); }
td.TdClassName
{
border-color: #EE9934;
}
.TagClassName
{
border-color: #EE9934;
}
</style>