Shades of Yellow Sea #E99B2F
Tints of Yellow Sea #E99B2F
RGB
CMYK
RGB Variations
Color information
#E99B2F (or 0xE99B2F) is known color: Yellow Sea. HEX triplet: E9, 9B and 2F. RGB value is (233,155,47). Sum of RGB (Red+Green+Blue) = 233+155+47=435 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.56% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 233 - color contains mainly: red. Hex color #E99B2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E99B2F is #1664D0. Grayscale: #A6A6A6. Windows color (decimal): -1467601 or 3120105. OLE color: 3120105.
HSL color Cylindrical-coordinate representation of color #E99B2F: hue angle of 34.84º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E99B2F is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 155 | 47 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.09 |
| HSL | 34.84º | 0.81% | 0.55% | - |
| HSV(B) | 34.84º | 0.8% | 0.91% | - |
| XYZ | 45.84 | 40.97 | 8.18 | - |
| YUV | 166.01 | 60.84 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 155 | 47 | 0 | 0.33 | 0.80 | 0.09 | 34.84 | 0.81 | 0.55 |
| Hex | E9 | 9B | 2F | 0 | 21 | 50 | 9 | 23 | 51 | 37 |
| Octal | 351 | 233 | 57 | 0 | 41 | 120 | 11 | 43 | 121 | 67 |
| Binary | 11101001 | 10011011 | 101111 | 0 | 100001 | 1010000 | 1001 | 100011 | 1010001 | 110111 |
Color Harmonies of #E99B2F
Complementary color
Monochromatic Colors of #E99B2F
Black with #E99B2F
Text Example
Text Example
White with #E99B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E99B2F; }
p { color: rgb(233,155,47); }
H1.HeaderClassName
{
color: #E99B2F;
}
.AnyTagClassName
{
color: #E99B2F;
}
</style>
background-color css
<style>
a { background-color: #E99B2F; }
a { background-color: rgb(233,155,47); }
div.DivClassName
{
background-color: #E99B2F;
}
.BgClassName
{
background-color: #E99B2F;
}
</style>
border-color css
<style>
span { border-color: #E99B2F; }
span { border-color: rgb(233,155,47); }
td.TdClassName
{
border-color: #E99B2F;
}
.TagClassName
{
border-color: #E99B2F;
}
</style>