Shades of Yellow Sea #EB992E
Tints of Yellow Sea #EB992E
RGB
CMYK
RGB Variations
Color information
#EB992E (or 0xEB992E) is known color: Yellow Sea. HEX triplet: EB, 99 and 2E. RGB value is (235,153,46). Sum of RGB (Red+Green+Blue) = 235+153+46=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB992E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB992E is #1466D1. Grayscale: #A5A5A5. Windows color (decimal): -1337042 or 3054059. OLE color: 3054059.
HSL color Cylindrical-coordinate representation of color #EB992E: hue angle of 33.97º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB992E is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 153 | 46 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.08 |
| HSL | 33.97º | 0.83% | 0.55% | - |
| HSV(B) | 33.97º | 0.8% | 0.92% | - |
| XYZ | 46.15 | 40.64 | 8 | - |
| YUV | 165.32 | 60.67 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 153 | 46 | 0 | 0.35 | 0.80 | 0.08 | 33.97 | 0.83 | 0.55 |
| Hex | EB | 99 | 2E | 0 | 23 | 50 | 8 | 22 | 53 | 37 |
| Octal | 353 | 231 | 56 | 0 | 43 | 120 | 10 | 42 | 123 | 67 |
| Binary | 11101011 | 10011001 | 101110 | 0 | 100011 | 1010000 | 1000 | 100010 | 1010011 | 110111 |
Color Harmonies of #EB992E
Complementary color
Monochromatic Colors of #EB992E
Black with #EB992E
Text Example
Text Example
White with #EB992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB992E; }
p { color: rgb(235,153,46); }
H1.HeaderClassName
{
color: #EB992E;
}
.AnyTagClassName
{
color: #EB992E;
}
</style>
background-color css
<style>
a { background-color: #EB992E; }
a { background-color: rgb(235,153,46); }
div.DivClassName
{
background-color: #EB992E;
}
.BgClassName
{
background-color: #EB992E;
}
</style>
border-color css
<style>
span { border-color: #EB992E; }
span { border-color: rgb(235,153,46); }
td.TdClassName
{
border-color: #EB992E;
}
.TagClassName
{
border-color: #EB992E;
}
</style>