Shades of Yellow Sea #E79B32
Tints of Yellow Sea #E79B32
RGB
CMYK
RGB Variations
Color information
#E79B32 (or 0xE79B32) is known color: Yellow Sea. HEX triplet: E7, 9B and 32. RGB value is (231,155,50). Sum of RGB (Red+Green+Blue) = 231+155+50=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E79B32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E79B32 is #1864CD. Grayscale: #A6A6A6. Windows color (decimal): -1598670 or 3316711. OLE color: 3316711.
HSL color Cylindrical-coordinate representation of color #E79B32: hue angle of 34.81º 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 #E79B32 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 155 | 50 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.09 |
| HSL | 34.81º | 0.79% | 0.55% | - |
| HSV(B) | 34.81º | 0.78% | 0.91% | - |
| XYZ | 45.25 | 40.66 | 8.48 | - |
| YUV | 165.75 | 62.68 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 155 | 50 | 0 | 0.33 | 0.78 | 0.09 | 34.81 | 0.79 | 0.55 |
| Hex | E7 | 9B | 32 | 0 | 21 | 4E | 9 | 23 | 4F | 37 |
| Octal | 347 | 233 | 62 | 0 | 41 | 116 | 11 | 43 | 117 | 67 |
| Binary | 11100111 | 10011011 | 110010 | 0 | 100001 | 1001110 | 1001 | 100011 | 1001111 | 110111 |
Color Harmonies of #E79B32
Complementary color
Monochromatic Colors of #E79B32
Black with #E79B32
Text Example
Text Example
White with #E79B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79B32; }
p { color: rgb(231,155,50); }
H1.HeaderClassName
{
color: #E79B32;
}
.AnyTagClassName
{
color: #E79B32;
}
</style>
background-color css
<style>
a { background-color: #E79B32; }
a { background-color: rgb(231,155,50); }
div.DivClassName
{
background-color: #E79B32;
}
.BgClassName
{
background-color: #E79B32;
}
</style>
border-color css
<style>
span { border-color: #E79B32; }
span { border-color: rgb(231,155,50); }
td.TdClassName
{
border-color: #E79B32;
}
.TagClassName
{
border-color: #E79B32;
}
</style>