Shades of Yellow Sea #EE9835
Tints of Yellow Sea #EE9835
RGB
CMYK
RGB Variations
Color information
#EE9835 (or 0xEE9835) is known color: Yellow Sea. HEX triplet: EE, 98 and 35. RGB value is (238,152,53). Sum of RGB (Red+Green+Blue) = 238+152+53=443 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.72% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 53 (21.09% from 255 or 11.96% from 443); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9835 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE9835 is #1167CA. Grayscale: #A6A6A6. Windows color (decimal): -1140683 or 3512558. OLE color: 3512558.
HSL color Cylindrical-coordinate representation of color #EE9835: hue angle of 32.11º degrees, saturation: 0.84, 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 #EE9835 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 152 | 53 | - |
CMYK | 0 | 0.36 | 0.78 | 0.07 |
HSL | 32.11º | 0.84% | 0.57% | - |
HSV(B) | 32.11º | 0.78% | 0.93% | - |
XYZ | 47.13 | 40.89 | 8.78 | - |
YUV | 166.43 | 63.99 | 179.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 152 | 53 | 0 | 0.36 | 0.78 | 0.07 | 32.11 | 0.84 | 0.57 |
Hex | EE | 98 | 35 | 0 | 24 | 4E | 7 | 20 | 54 | 39 |
Octal | 356 | 230 | 65 | 0 | 44 | 116 | 7 | 40 | 124 | 71 |
Binary | 11101110 | 10011000 | 110101 | 0 | 100100 | 1001110 | 111 | 100000 | 1010100 | 111001 |
Color Harmonies of #EE9835
Complementary color
Monochromatic Colors of #EE9835
Black with #EE9835
Text Example
Text Example
White with #EE9835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9835; }
p { color: rgb(238,152,53); }
H1.HeaderClassName
{
color: #EE9835;
}
.AnyTagClassName
{
color: #EE9835;
}
</style>
background-color css
<style>
a { background-color: #EE9835; }
a { background-color: rgb(238,152,53); }
div.DivClassName
{
background-color: #EE9835;
}
.BgClassName
{
background-color: #EE9835;
}
</style>
border-color css
<style>
span { border-color: #EE9835; }
span { border-color: rgb(238,152,53); }
td.TdClassName
{
border-color: #EE9835;
}
.TagClassName
{
border-color: #EE9835;
}
</style>