Shades of Yellow Sea #EA9F2B
Tints of Yellow Sea #EA9F2B
RGB
CMYK
RGB Variations
Color information
#EA9F2B (or 0xEA9F2B) is known color: Yellow Sea. HEX triplet: EA, 9F and 2B. RGB value is (234,159,43). Sum of RGB (Red+Green+Blue) = 234+159+43=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9F2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9F2B is #1560D4. Grayscale: #A8A8A8. Windows color (decimal): -1401045 or 2858986. OLE color: 2858986.
HSL color Cylindrical-coordinate representation of color #EA9F2B: hue angle of 36.44º 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 #EA9F2B is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 159 | 43 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.08 |
| HSL | 36.44º | 0.82% | 0.54% | - |
| HSV(B) | 36.44º | 0.82% | 0.92% | - |
| XYZ | 46.77 | 42.46 | 8.02 | - |
| YUV | 168.2 | 57.35 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 159 | 43 | 0 | 0.32 | 0.82 | 0.08 | 36.44 | 0.82 | 0.54 |
| Hex | EA | 9F | 2B | 0 | 20 | 52 | 8 | 24 | 52 | 36 |
| Octal | 352 | 237 | 53 | 0 | 40 | 122 | 10 | 44 | 122 | 66 |
| Binary | 11101010 | 10011111 | 101011 | 0 | 100000 | 1010010 | 1000 | 100100 | 1010010 | 110110 |
Color Harmonies of #EA9F2B
Complementary color
Monochromatic Colors of #EA9F2B
Black with #EA9F2B
Text Example
Text Example
White with #EA9F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9F2B; }
p { color: rgb(234,159,43); }
H1.HeaderClassName
{
color: #EA9F2B;
}
.AnyTagClassName
{
color: #EA9F2B;
}
</style>
background-color css
<style>
a { background-color: #EA9F2B; }
a { background-color: rgb(234,159,43); }
div.DivClassName
{
background-color: #EA9F2B;
}
.BgClassName
{
background-color: #EA9F2B;
}
</style>
border-color css
<style>
span { border-color: #EA9F2B; }
span { border-color: rgb(234,159,43); }
td.TdClassName
{
border-color: #EA9F2B;
}
.TagClassName
{
border-color: #EA9F2B;
}
</style>