Shades of Yellow Sea #E99A30
Tints of Yellow Sea #E99A30
RGB
CMYK
RGB Variations
Color information
#E99A30 (or 0xE99A30) is known color: Yellow Sea. HEX triplet: E9, 9A and 30. RGB value is (233,154,48). Sum of RGB (Red+Green+Blue) = 233+154+48=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E99A30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99A30 is #1665CF. Grayscale: #A6A6A6. Windows color (decimal): -1467856 or 3185385. OLE color: 3185385.
HSL color Cylindrical-coordinate representation of color #E99A30: hue angle of 34.38º 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 #E99A30 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 154 | 48 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.09 |
| HSL | 34.38º | 0.81% | 0.55% | - |
| HSV(B) | 34.38º | 0.79% | 0.91% | - |
| XYZ | 45.69 | 40.65 | 8.23 | - |
| YUV | 165.54 | 61.67 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 154 | 48 | 0 | 0.34 | 0.79 | 0.09 | 34.38 | 0.81 | 0.55 |
| Hex | E9 | 9A | 30 | 0 | 22 | 4F | 9 | 22 | 51 | 37 |
| Octal | 351 | 232 | 60 | 0 | 42 | 117 | 11 | 42 | 121 | 67 |
| Binary | 11101001 | 10011010 | 110000 | 0 | 100010 | 1001111 | 1001 | 100010 | 1010001 | 110111 |
Color Harmonies of #E99A30
Complementary color
Monochromatic Colors of #E99A30
Black with #E99A30
Text Example
Text Example
White with #E99A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99A30; }
p { color: rgb(233,154,48); }
H1.HeaderClassName
{
color: #E99A30;
}
.AnyTagClassName
{
color: #E99A30;
}
</style>
background-color css
<style>
a { background-color: #E99A30; }
a { background-color: rgb(233,154,48); }
div.DivClassName
{
background-color: #E99A30;
}
.BgClassName
{
background-color: #E99A30;
}
</style>
border-color css
<style>
span { border-color: #E99A30; }
span { border-color: rgb(233,154,48); }
td.TdClassName
{
border-color: #E99A30;
}
.TagClassName
{
border-color: #E99A30;
}
</style>