Shades of Yellow Sea #EE9B32
Tints of Yellow Sea #EE9B32
RGB
CMYK
RGB Variations
Color information
#EE9B32 (or 0xEE9B32) is known color: Yellow Sea. HEX triplet: EE, 9B and 32. RGB value is (238,155,50). Sum of RGB (Red+Green+Blue) = 238+155+50=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9B32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9B32 is #1164CD. Grayscale: #A8A8A8. Windows color (decimal): -1139918 or 3316718. OLE color: 3316718.
HSL color Cylindrical-coordinate representation of color #EE9B32: hue angle of 33.51º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE9B32 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 155 | 50 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.07 |
| HSL | 33.51º | 0.85% | 0.56% | - |
| HSV(B) | 33.51º | 0.79% | 0.93% | - |
| XYZ | 47.56 | 41.85 | 8.59 | - |
| YUV | 167.85 | 61.5 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 50 | 0 | 0.35 | 0.79 | 0.07 | 33.51 | 0.85 | 0.56 |
| Hex | EE | 9B | 32 | 0 | 23 | 4F | 7 | 22 | 55 | 38 |
| Octal | 356 | 233 | 62 | 0 | 43 | 117 | 7 | 42 | 125 | 70 |
| Binary | 11101110 | 10011011 | 110010 | 0 | 100011 | 1001111 | 111 | 100010 | 1010101 | 111000 |
Color Harmonies of #EE9B32
Complementary color
Monochromatic Colors of #EE9B32
Black with #EE9B32
Text Example
Text Example
White with #EE9B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9B32; }
p { color: rgb(238,155,50); }
H1.HeaderClassName
{
color: #EE9B32;
}
.AnyTagClassName
{
color: #EE9B32;
}
</style>
background-color css
<style>
a { background-color: #EE9B32; }
a { background-color: rgb(238,155,50); }
div.DivClassName
{
background-color: #EE9B32;
}
.BgClassName
{
background-color: #EE9B32;
}
</style>
border-color css
<style>
span { border-color: #EE9B32; }
span { border-color: rgb(238,155,50); }
td.TdClassName
{
border-color: #EE9B32;
}
.TagClassName
{
border-color: #EE9B32;
}
</style>