Shades of Yellow Sea #E99B32
Tints of Yellow Sea #E99B32
RGB
CMYK
RGB Variations
Color information
#E99B32 (or 0xE99B32) is known color: Yellow Sea. HEX triplet: E9, 9B and 32. RGB value is (233,155,50). Sum of RGB (Red+Green+Blue) = 233+155+50=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E99B32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99B32 is #1664CD. Grayscale: #A6A6A6. Windows color (decimal): -1467598 or 3316713. OLE color: 3316713.
HSL color Cylindrical-coordinate representation of color #E99B32: hue angle of 34.43º 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 #E99B32 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 155 | 50 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.09 |
| HSL | 34.43º | 0.81% | 0.55% | - |
| HSV(B) | 34.43º | 0.79% | 0.91% | - |
| XYZ | 45.9 | 41 | 8.51 | - |
| YUV | 166.35 | 62.34 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 50 | 0 | 0.33 | 0.79 | 0.09 | 34.43 | 0.81 | 0.55 |
| Hex | E9 | 9B | 32 | 0 | 21 | 4F | 9 | 22 | 51 | 37 |
| Octal | 351 | 233 | 62 | 0 | 41 | 117 | 11 | 42 | 121 | 67 |
| Binary | 11101001 | 10011011 | 110010 | 0 | 100001 | 1001111 | 1001 | 100010 | 1010001 | 110111 |
Color Harmonies of #E99B32
Complementary color
Monochromatic Colors of #E99B32
Black with #E99B32
Text Example
Text Example
White with #E99B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99B32; }
p { color: rgb(233,155,50); }
H1.HeaderClassName
{
color: #E99B32;
}
.AnyTagClassName
{
color: #E99B32;
}
</style>
background-color css
<style>
a { background-color: #E99B32; }
a { background-color: rgb(233,155,50); }
div.DivClassName
{
background-color: #E99B32;
}
.BgClassName
{
background-color: #E99B32;
}
</style>
border-color css
<style>
span { border-color: #E99B32; }
span { border-color: rgb(233,155,50); }
td.TdClassName
{
border-color: #E99B32;
}
.TagClassName
{
border-color: #E99B32;
}
</style>