Shades of Yellow Sea #E99C32
Tints of Yellow Sea #E99C32
RGB
CMYK
RGB Variations
Color information
#E99C32 (or 0xE99C32) is known color: Yellow Sea. HEX triplet: E9, 9C and 32. RGB value is (233,156,50). Sum of RGB (Red+Green+Blue) = 233+156+50=439 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.08% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 50 (19.92% from 255 or 11.39% from 439); Max value from RGB is 233 - color contains mainly: red. Hex color #E99C32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99C32 is #1663CD. Grayscale: #A7A7A7. Windows color (decimal): -1467342 or 3316969. OLE color: 3316969.
HSL color Cylindrical-coordinate representation of color #E99C32: hue angle of 34.75º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E99C32 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 156 | 50 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.09 |
| HSL | 34.75º | 0.81% | 0.55% | - |
| HSV(B) | 34.75º | 0.79% | 0.91% | - |
| XYZ | 46.07 | 41.33 | 8.57 | - |
| YUV | 166.94 | 62.01 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 156 | 50 | 0 | 0.33 | 0.79 | 0.09 | 34.75 | 0.81 | 0.55 |
| Hex | E9 | 9C | 32 | 0 | 21 | 4F | 9 | 23 | 51 | 37 |
| Octal | 351 | 234 | 62 | 0 | 41 | 117 | 11 | 43 | 121 | 67 |
| Binary | 11101001 | 10011100 | 110010 | 0 | 100001 | 1001111 | 1001 | 100011 | 1010001 | 110111 |
Color Harmonies of #E99C32
Complementary color
Monochromatic Colors of #E99C32
Black with #E99C32
Text Example
Text Example
White with #E99C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99C32; }
p { color: rgb(233,156,50); }
H1.HeaderClassName
{
color: #E99C32;
}
.AnyTagClassName
{
color: #E99C32;
}
</style>
background-color css
<style>
a { background-color: #E99C32; }
a { background-color: rgb(233,156,50); }
div.DivClassName
{
background-color: #E99C32;
}
.BgClassName
{
background-color: #E99C32;
}
</style>
border-color css
<style>
span { border-color: #E99C32; }
span { border-color: rgb(233,156,50); }
td.TdClassName
{
border-color: #E99C32;
}
.TagClassName
{
border-color: #E99C32;
}
</style>