Shades of Yellow Sea #E79D32
Tints of Yellow Sea #E79D32
RGB
CMYK
RGB Variations
Color information
#E79D32 (or 0xE79D32) is known color: Yellow Sea. HEX triplet: E7, 9D and 32. RGB value is (231,157,50). Sum of RGB (Red+Green+Blue) = 231+157+50=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E79D32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79D32 is #1862CD. Grayscale: #A7A7A7. Windows color (decimal): -1598158 or 3317223. OLE color: 3317223.
HSL color Cylindrical-coordinate representation of color #E79D32: hue angle of 35.47º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E79D32 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 157 | 50 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.09 |
| HSL | 35.47º | 0.79% | 0.55% | - |
| HSV(B) | 35.47º | 0.78% | 0.91% | - |
| XYZ | 45.59 | 41.33 | 8.59 | - |
| YUV | 166.93 | 62.02 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 157 | 50 | 0 | 0.32 | 0.78 | 0.09 | 35.47 | 0.79 | 0.55 |
| Hex | E7 | 9D | 32 | 0 | 20 | 4E | 9 | 23 | 4F | 37 |
| Octal | 347 | 235 | 62 | 0 | 40 | 116 | 11 | 43 | 117 | 67 |
| Binary | 11100111 | 10011101 | 110010 | 0 | 100000 | 1001110 | 1001 | 100011 | 1001111 | 110111 |
Color Harmonies of #E79D32
Complementary color
Monochromatic Colors of #E79D32
Black with #E79D32
Text Example
Text Example
White with #E79D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79D32; }
p { color: rgb(231,157,50); }
H1.HeaderClassName
{
color: #E79D32;
}
.AnyTagClassName
{
color: #E79D32;
}
</style>
background-color css
<style>
a { background-color: #E79D32; }
a { background-color: rgb(231,157,50); }
div.DivClassName
{
background-color: #E79D32;
}
.BgClassName
{
background-color: #E79D32;
}
</style>
border-color css
<style>
span { border-color: #E79D32; }
span { border-color: rgb(231,157,50); }
td.TdClassName
{
border-color: #E79D32;
}
.TagClassName
{
border-color: #E79D32;
}
</style>