Shades of Yellow Sea #EE9A36
Tints of Yellow Sea #EE9A36
RGB
CMYK
RGB Variations
Color information
#EE9A36 (or 0xEE9A36) is known color: Yellow Sea. HEX triplet: EE, 9A and 36. RGB value is (238,154,54). Sum of RGB (Red+Green+Blue) = 238+154+54=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 54 (21.48% from 255 or 12.11% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9A36 is #1165C9. Grayscale: #A8A8A8. Windows color (decimal): -1140170 or 3578606. OLE color: 3578606.
HSL color Cylindrical-coordinate representation of color #EE9A36: hue angle of 32.61º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EE9A36 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 54 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.07 |
| HSL | 32.61º | 0.84% | 0.57% | - |
| HSV(B) | 32.61º | 0.77% | 0.93% | - |
| XYZ | 47.48 | 41.55 | 9.01 | - |
| YUV | 167.72 | 63.83 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 54 | 0 | 0.35 | 0.77 | 0.07 | 32.61 | 0.84 | 0.57 |
| Hex | EE | 9A | 36 | 0 | 23 | 4D | 7 | 21 | 54 | 39 |
| Octal | 356 | 232 | 66 | 0 | 43 | 115 | 7 | 41 | 124 | 71 |
| Binary | 11101110 | 10011010 | 110110 | 0 | 100011 | 1001101 | 111 | 100001 | 1010100 | 111001 |
Color Harmonies of #EE9A36
Complementary color
Monochromatic Colors of #EE9A36
Black with #EE9A36
Text Example
Text Example
White with #EE9A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9A36; }
p { color: rgb(238,154,54); }
H1.HeaderClassName
{
color: #EE9A36;
}
.AnyTagClassName
{
color: #EE9A36;
}
</style>
background-color css
<style>
a { background-color: #EE9A36; }
a { background-color: rgb(238,154,54); }
div.DivClassName
{
background-color: #EE9A36;
}
.BgClassName
{
background-color: #EE9A36;
}
</style>
border-color css
<style>
span { border-color: #EE9A36; }
span { border-color: rgb(238,154,54); }
td.TdClassName
{
border-color: #EE9A36;
}
.TagClassName
{
border-color: #EE9A36;
}
</style>