Shades of Yellow Sea #EA9E2B
Tints of Yellow Sea #EA9E2B
RGB
CMYK
RGB Variations
Color information
#EA9E2B (or 0xEA9E2B) is known color: Yellow Sea. HEX triplet: EA, 9E and 2B. RGB value is (234,158,43). Sum of RGB (Red+Green+Blue) = 234+158+43=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9E2B is #1561D4. Grayscale: #A8A8A8. Windows color (decimal): -1401301 or 2858730. OLE color: 2858730.
HSL color Cylindrical-coordinate representation of color #EA9E2B: hue angle of 36.13º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA9E2B is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 43 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.08 |
| HSL | 36.13º | 0.82% | 0.54% | - |
| HSV(B) | 36.13º | 0.82% | 0.92% | - |
| XYZ | 46.59 | 42.12 | 7.96 | - |
| YUV | 167.61 | 57.68 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 43 | 0 | 0.32 | 0.82 | 0.08 | 36.13 | 0.82 | 0.54 |
| Hex | EA | 9E | 2B | 0 | 20 | 52 | 8 | 24 | 52 | 36 |
| Octal | 352 | 236 | 53 | 0 | 40 | 122 | 10 | 44 | 122 | 66 |
| Binary | 11101010 | 10011110 | 101011 | 0 | 100000 | 1010010 | 1000 | 100100 | 1010010 | 110110 |
Color Harmonies of #EA9E2B
Complementary color
Monochromatic Colors of #EA9E2B
Black with #EA9E2B
Text Example
Text Example
White with #EA9E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9E2B; }
p { color: rgb(234,158,43); }
H1.HeaderClassName
{
color: #EA9E2B;
}
.AnyTagClassName
{
color: #EA9E2B;
}
</style>
background-color css
<style>
a { background-color: #EA9E2B; }
a { background-color: rgb(234,158,43); }
div.DivClassName
{
background-color: #EA9E2B;
}
.BgClassName
{
background-color: #EA9E2B;
}
</style>
border-color css
<style>
span { border-color: #EA9E2B; }
span { border-color: rgb(234,158,43); }
td.TdClassName
{
border-color: #EA9E2B;
}
.TagClassName
{
border-color: #EA9E2B;
}
</style>