Shades of Yellow Sea #E79F2F
Tints of Yellow Sea #E79F2F
RGB
CMYK
RGB Variations
Color information
#E79F2F (or 0xE79F2F) is known color: Yellow Sea. HEX triplet: E7, 9F and 2F. RGB value is (231,159,47). Sum of RGB (Red+Green+Blue) = 231+159+47=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 47 (18.75% from 255 or 10.76% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E79F2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79F2F is #1860D0. Grayscale: #A8A8A8. Windows color (decimal): -1597649 or 3121127. OLE color: 3121127.
HSL color Cylindrical-coordinate representation of color #E79F2F: hue angle of 36.52º degrees, saturation: 0.79, 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 #E79F2F is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 159 | 47 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.09 |
| HSL | 36.52º | 0.79% | 0.55% | - |
| HSV(B) | 36.52º | 0.8% | 0.91% | - |
| XYZ | 45.87 | 41.99 | 8.38 | - |
| YUV | 167.76 | 59.85 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 159 | 47 | 0 | 0.31 | 0.80 | 0.09 | 36.52 | 0.79 | 0.55 |
| Hex | E7 | 9F | 2F | 0 | 1F | 50 | 9 | 25 | 4F | 37 |
| Octal | 347 | 237 | 57 | 0 | 37 | 120 | 11 | 45 | 117 | 67 |
| Binary | 11100111 | 10011111 | 101111 | 0 | 11111 | 1010000 | 1001 | 100101 | 1001111 | 110111 |
Color Harmonies of #E79F2F
Complementary color
Monochromatic Colors of #E79F2F
Black with #E79F2F
Text Example
Text Example
White with #E79F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79F2F; }
p { color: rgb(231,159,47); }
H1.HeaderClassName
{
color: #E79F2F;
}
.AnyTagClassName
{
color: #E79F2F;
}
</style>
background-color css
<style>
a { background-color: #E79F2F; }
a { background-color: rgb(231,159,47); }
div.DivClassName
{
background-color: #E79F2F;
}
.BgClassName
{
background-color: #E79F2F;
}
</style>
border-color css
<style>
span { border-color: #E79F2F; }
span { border-color: rgb(231,159,47); }
td.TdClassName
{
border-color: #E79F2F;
}
.TagClassName
{
border-color: #E79F2F;
}
</style>