Shades of Yellow Sea #EE9A34
Tints of Yellow Sea #EE9A34
RGB
CMYK
RGB Variations
Color information
#EE9A34 (or 0xEE9A34) is known color: Yellow Sea. HEX triplet: EE, 9A and 34. RGB value is (238,154,52). Sum of RGB (Red+Green+Blue) = 238+154+52=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9A34 is #1165CB. Grayscale: #A7A7A7. Windows color (decimal): -1140172 or 3447534. OLE color: 3447534.
HSL color Cylindrical-coordinate representation of color #EE9A34: hue angle of 32.9º 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 #EE9A34 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 52 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.07 |
| HSL | 32.9º | 0.85% | 0.57% | - |
| HSV(B) | 32.9º | 0.78% | 0.93% | - |
| XYZ | 47.44 | 41.54 | 8.77 | - |
| YUV | 167.49 | 62.83 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 52 | 0 | 0.35 | 0.78 | 0.07 | 32.9 | 0.85 | 0.57 |
| Hex | EE | 9A | 34 | 0 | 23 | 4E | 7 | 21 | 55 | 39 |
| Octal | 356 | 232 | 64 | 0 | 43 | 116 | 7 | 41 | 125 | 71 |
| Binary | 11101110 | 10011010 | 110100 | 0 | 100011 | 1001110 | 111 | 100001 | 1010101 | 111001 |
Color Harmonies of #EE9A34
Complementary color
Monochromatic Colors of #EE9A34
Black with #EE9A34
Text Example
Text Example
White with #EE9A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9A34; }
p { color: rgb(238,154,52); }
H1.HeaderClassName
{
color: #EE9A34;
}
.AnyTagClassName
{
color: #EE9A34;
}
</style>
background-color css
<style>
a { background-color: #EE9A34; }
a { background-color: rgb(238,154,52); }
div.DivClassName
{
background-color: #EE9A34;
}
.BgClassName
{
background-color: #EE9A34;
}
</style>
border-color css
<style>
span { border-color: #EE9A34; }
span { border-color: rgb(238,154,52); }
td.TdClassName
{
border-color: #EE9A34;
}
.TagClassName
{
border-color: #EE9A34;
}
</style>