Shades of Yellow Sea #E89D32
Tints of Yellow Sea #E89D32
RGB
CMYK
RGB Variations
Color information
#E89D32 (or 0xE89D32) is known color: Yellow Sea. HEX triplet: E8, 9D and 32. RGB value is (232,157,50). Sum of RGB (Red+Green+Blue) = 232+157+50=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E89D32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E89D32 is #1762CD. Grayscale: #A7A7A7. Windows color (decimal): -1532622 or 3317224. OLE color: 3317224.
HSL color Cylindrical-coordinate representation of color #E89D32: hue angle of 35.27º degrees, saturation: 0.8, 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 #E89D32 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 157 | 50 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.09 |
| HSL | 35.27º | 0.8% | 0.55% | - |
| HSV(B) | 35.27º | 0.78% | 0.91% | - |
| XYZ | 45.91 | 41.5 | 8.61 | - |
| YUV | 167.23 | 61.85 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 157 | 50 | 0 | 0.32 | 0.78 | 0.09 | 35.27 | 0.8 | 0.55 |
| Hex | E8 | 9D | 32 | 0 | 20 | 4E | 9 | 23 | 50 | 37 |
| Octal | 350 | 235 | 62 | 0 | 40 | 116 | 11 | 43 | 120 | 67 |
| Binary | 11101000 | 10011101 | 110010 | 0 | 100000 | 1001110 | 1001 | 100011 | 1010000 | 110111 |
Color Harmonies of #E89D32
Complementary color
Monochromatic Colors of #E89D32
Black with #E89D32
Text Example
Text Example
White with #E89D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89D32; }
p { color: rgb(232,157,50); }
H1.HeaderClassName
{
color: #E89D32;
}
.AnyTagClassName
{
color: #E89D32;
}
</style>
background-color css
<style>
a { background-color: #E89D32; }
a { background-color: rgb(232,157,50); }
div.DivClassName
{
background-color: #E89D32;
}
.BgClassName
{
background-color: #E89D32;
}
</style>
border-color css
<style>
span { border-color: #E89D32; }
span { border-color: rgb(232,157,50); }
td.TdClassName
{
border-color: #E89D32;
}
.TagClassName
{
border-color: #E89D32;
}
</style>