Shades of Yellow Sea #E89A32
Tints of Yellow Sea #E89A32
RGB
CMYK
RGB Variations
Color information
#E89A32 (or 0xE89A32) is known color: Yellow Sea. HEX triplet: E8, 9A and 32. RGB value is (232,154,50). Sum of RGB (Red+Green+Blue) = 232+154+50=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 50 (19.92% from 255 or 11.47% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E89A32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E89A32 is #1765CD. Grayscale: #A5A5A5. Windows color (decimal): -1533390 or 3316456. OLE color: 3316456.
HSL color Cylindrical-coordinate representation of color #E89A32: hue angle of 34.29º 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 #E89A32 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 154 | 50 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.09 |
| HSL | 34.29º | 0.8% | 0.55% | - |
| HSV(B) | 34.29º | 0.78% | 0.91% | - |
| XYZ | 45.41 | 40.5 | 8.44 | - |
| YUV | 165.47 | 62.84 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 154 | 50 | 0 | 0.34 | 0.78 | 0.09 | 34.29 | 0.8 | 0.55 |
| Hex | E8 | 9A | 32 | 0 | 22 | 4E | 9 | 22 | 50 | 37 |
| Octal | 350 | 232 | 62 | 0 | 42 | 116 | 11 | 42 | 120 | 67 |
| Binary | 11101000 | 10011010 | 110010 | 0 | 100010 | 1001110 | 1001 | 100010 | 1010000 | 110111 |
Color Harmonies of #E89A32
Complementary color
Monochromatic Colors of #E89A32
Black with #E89A32
Text Example
Text Example
White with #E89A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E89A32; }
p { color: rgb(232,154,50); }
H1.HeaderClassName
{
color: #E89A32;
}
.AnyTagClassName
{
color: #E89A32;
}
</style>
background-color css
<style>
a { background-color: #E89A32; }
a { background-color: rgb(232,154,50); }
div.DivClassName
{
background-color: #E89A32;
}
.BgClassName
{
background-color: #E89A32;
}
</style>
border-color css
<style>
span { border-color: #E89A32; }
span { border-color: rgb(232,154,50); }
td.TdClassName
{
border-color: #E89A32;
}
.TagClassName
{
border-color: #E89A32;
}
</style>