Shades of Yellow Sea #E89E32
Tints of Yellow Sea #E89E32
RGB
CMYK
RGB Variations
Color information
#E89E32 (or 0xE89E32) is known color: Yellow Sea. HEX triplet: E8, 9E and 32. RGB value is (232,158,50). Sum of RGB (Red+Green+Blue) = 232+158+50=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E89E32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E89E32 is #1761CD. Grayscale: #A8A8A8. Windows color (decimal): -1532366 or 3317480. OLE color: 3317480.
HSL color Cylindrical-coordinate representation of color #E89E32: hue angle of 35.6º 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 #E89E32 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 158 | 50 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.09 |
| HSL | 35.6º | 0.8% | 0.55% | - |
| HSV(B) | 35.6º | 0.78% | 0.91% | - |
| XYZ | 46.08 | 41.84 | 8.66 | - |
| YUV | 167.81 | 61.52 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 158 | 50 | 0 | 0.32 | 0.78 | 0.09 | 35.6 | 0.8 | 0.55 |
| Hex | E8 | 9E | 32 | 0 | 20 | 4E | 9 | 24 | 50 | 37 |
| Octal | 350 | 236 | 62 | 0 | 40 | 116 | 11 | 44 | 120 | 67 |
| Binary | 11101000 | 10011110 | 110010 | 0 | 100000 | 1001110 | 1001 | 100100 | 1010000 | 110111 |
Color Harmonies of #E89E32
Complementary color
Monochromatic Colors of #E89E32
Black with #E89E32
Text Example
Text Example
White with #E89E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89E32; }
p { color: rgb(232,158,50); }
H1.HeaderClassName
{
color: #E89E32;
}
.AnyTagClassName
{
color: #E89E32;
}
</style>
background-color css
<style>
a { background-color: #E89E32; }
a { background-color: rgb(232,158,50); }
div.DivClassName
{
background-color: #E89E32;
}
.BgClassName
{
background-color: #E89E32;
}
</style>
border-color css
<style>
span { border-color: #E89E32; }
span { border-color: rgb(232,158,50); }
td.TdClassName
{
border-color: #E89E32;
}
.TagClassName
{
border-color: #E89E32;
}
</style>