Shades of Yellow Sea #E99F2F
Tints of Yellow Sea #E99F2F
RGB
CMYK
RGB Variations
Color information
#E99F2F (or 0xE99F2F) is known color: Yellow Sea. HEX triplet: E9, 9F and 2F. RGB value is (233,159,47). Sum of RGB (Red+Green+Blue) = 233+159+47=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E99F2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99F2F is #1660D0. Grayscale: #A8A8A8. Windows color (decimal): -1466577 or 3121129. OLE color: 3121129.
HSL color Cylindrical-coordinate representation of color #E99F2F: hue angle of 36.13º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E99F2F is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 159 | 47 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.09 |
| HSL | 36.13º | 0.81% | 0.55% | - |
| HSV(B) | 36.13º | 0.8% | 0.91% | - |
| XYZ | 46.52 | 42.33 | 8.41 | - |
| YUV | 168.36 | 59.52 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 159 | 47 | 0 | 0.32 | 0.80 | 0.09 | 36.13 | 0.81 | 0.55 |
| Hex | E9 | 9F | 2F | 0 | 20 | 50 | 9 | 24 | 51 | 37 |
| Octal | 351 | 237 | 57 | 0 | 40 | 120 | 11 | 44 | 121 | 67 |
| Binary | 11101001 | 10011111 | 101111 | 0 | 100000 | 1010000 | 1001 | 100100 | 1010001 | 110111 |
Color Harmonies of #E99F2F
Complementary color
Monochromatic Colors of #E99F2F
Black with #E99F2F
Text Example
Text Example
White with #E99F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99F2F; }
p { color: rgb(233,159,47); }
H1.HeaderClassName
{
color: #E99F2F;
}
.AnyTagClassName
{
color: #E99F2F;
}
</style>
background-color css
<style>
a { background-color: #E99F2F; }
a { background-color: rgb(233,159,47); }
div.DivClassName
{
background-color: #E99F2F;
}
.BgClassName
{
background-color: #E99F2F;
}
</style>
border-color css
<style>
span { border-color: #E99F2F; }
span { border-color: rgb(233,159,47); }
td.TdClassName
{
border-color: #E99F2F;
}
.TagClassName
{
border-color: #E99F2F;
}
</style>