Shades of Yellow Sea #E99D31
Tints of Yellow Sea #E99D31
RGB
CMYK
RGB Variations
Color information
#E99D31 (or 0xE99D31) is known color: Yellow Sea. HEX triplet: E9, 9D and 31. RGB value is (233,157,49). Sum of RGB (Red+Green+Blue) = 233+157+49=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E99D31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99D31 is #1662CE. Grayscale: #A7A7A7. Windows color (decimal): -1467087 or 3251689. OLE color: 3251689.
HSL color Cylindrical-coordinate representation of color #E99D31: hue angle of 35.22º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E99D31 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 157 | 49 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.09 |
| HSL | 35.22º | 0.81% | 0.55% | - |
| HSV(B) | 35.22º | 0.79% | 0.91% | - |
| XYZ | 46.22 | 41.66 | 8.51 | - |
| YUV | 167.41 | 61.18 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 157 | 49 | 0 | 0.33 | 0.79 | 0.09 | 35.22 | 0.81 | 0.55 |
| Hex | E9 | 9D | 31 | 0 | 21 | 4F | 9 | 23 | 51 | 37 |
| Octal | 351 | 235 | 61 | 0 | 41 | 117 | 11 | 43 | 121 | 67 |
| Binary | 11101001 | 10011101 | 110001 | 0 | 100001 | 1001111 | 1001 | 100011 | 1010001 | 110111 |
Color Harmonies of #E99D31
Complementary color
Monochromatic Colors of #E99D31
Black with #E99D31
Text Example
Text Example
White with #E99D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99D31; }
p { color: rgb(233,157,49); }
H1.HeaderClassName
{
color: #E99D31;
}
.AnyTagClassName
{
color: #E99D31;
}
</style>
background-color css
<style>
a { background-color: #E99D31; }
a { background-color: rgb(233,157,49); }
div.DivClassName
{
background-color: #E99D31;
}
.BgClassName
{
background-color: #E99D31;
}
</style>
border-color css
<style>
span { border-color: #E99D31; }
span { border-color: rgb(233,157,49); }
td.TdClassName
{
border-color: #E99D31;
}
.TagClassName
{
border-color: #E99D31;
}
</style>