Shades of Yellow Sea #E79F2D
Tints of Yellow Sea #E79F2D
RGB
CMYK
RGB Variations
Color information
#E79F2D (or 0xE79F2D) is known color: Yellow Sea. HEX triplet: E7, 9F and 2D. RGB value is (231,159,45). Sum of RGB (Red+Green+Blue) = 231+159+45=435 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.10% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 231 - color contains mainly: red. Hex color #E79F2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79F2D is #1860D2. Grayscale: #A8A8A8. Windows color (decimal): -1597651 or 2990055. OLE color: 2990055.
HSL color Cylindrical-coordinate representation of color #E79F2D: hue angle of 36.77º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E79F2D is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 159 | 45 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.09 |
| HSL | 36.77º | 0.79% | 0.54% | - |
| HSV(B) | 36.77º | 0.81% | 0.91% | - |
| XYZ | 45.83 | 41.97 | 8.17 | - |
| YUV | 167.53 | 58.85 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 159 | 45 | 0 | 0.31 | 0.81 | 0.09 | 36.77 | 0.79 | 0.54 |
| Hex | E7 | 9F | 2D | 0 | 1F | 51 | 9 | 25 | 4F | 36 |
| Octal | 347 | 237 | 55 | 0 | 37 | 121 | 11 | 45 | 117 | 66 |
| Binary | 11100111 | 10011111 | 101101 | 0 | 11111 | 1010001 | 1001 | 100101 | 1001111 | 110110 |
Color Harmonies of #E79F2D
Complementary color
Monochromatic Colors of #E79F2D
Black with #E79F2D
Text Example
Text Example
White with #E79F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79F2D; }
p { color: rgb(231,159,45); }
H1.HeaderClassName
{
color: #E79F2D;
}
.AnyTagClassName
{
color: #E79F2D;
}
</style>
background-color css
<style>
a { background-color: #E79F2D; }
a { background-color: rgb(231,159,45); }
div.DivClassName
{
background-color: #E79F2D;
}
.BgClassName
{
background-color: #E79F2D;
}
</style>
border-color css
<style>
span { border-color: #E79F2D; }
span { border-color: rgb(231,159,45); }
td.TdClassName
{
border-color: #E79F2D;
}
.TagClassName
{
border-color: #E79F2D;
}
</style>