Shades of Yellow Sea #E59F32
Tints of Yellow Sea #E59F32
RGB
CMYK
RGB Variations
Color information
#E59F32 (or 0xE59F32) is known color: Yellow Sea. HEX triplet: E5, 9F and 32. RGB value is (229,159,50). Sum of RGB (Red+Green+Blue) = 229+159+50=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E59F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E59F32 is #1A60CD. Grayscale: #A8A8A8. Windows color (decimal): -1728718 or 3317733. OLE color: 3317733.
HSL color Cylindrical-coordinate representation of color #E59F32: hue angle of 36.54º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E59F32 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 159 | 50 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.10 |
| HSL | 36.54º | 0.77% | 0.55% | - |
| HSV(B) | 36.54º | 0.78% | 0.9% | - |
| XYZ | 45.29 | 41.68 | 8.68 | - |
| YUV | 167.5 | 61.69 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 159 | 50 | 0 | 0.31 | 0.78 | 0.10 | 36.54 | 0.77 | 0.55 |
| Hex | E5 | 9F | 32 | 0 | 1F | 4E | A | 25 | 4D | 37 |
| Octal | 345 | 237 | 62 | 0 | 37 | 116 | 12 | 45 | 115 | 67 |
| Binary | 11100101 | 10011111 | 110010 | 0 | 11111 | 1001110 | 1010 | 100101 | 1001101 | 110111 |
Color Harmonies of #E59F32
Complementary color
Monochromatic Colors of #E59F32
Black with #E59F32
Text Example
Text Example
White with #E59F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59F32; }
p { color: rgb(229,159,50); }
H1.HeaderClassName
{
color: #E59F32;
}
.AnyTagClassName
{
color: #E59F32;
}
</style>
background-color css
<style>
a { background-color: #E59F32; }
a { background-color: rgb(229,159,50); }
div.DivClassName
{
background-color: #E59F32;
}
.BgClassName
{
background-color: #E59F32;
}
</style>
border-color css
<style>
span { border-color: #E59F32; }
span { border-color: rgb(229,159,50); }
td.TdClassName
{
border-color: #E59F32;
}
.TagClassName
{
border-color: #E59F32;
}
</style>