Shades of Yellow Sea #EA9E29
Tints of Yellow Sea #EA9E29
RGB
CMYK
RGB Variations
Color information
#EA9E29 (or 0xEA9E29) is known color: Yellow Sea. HEX triplet: EA, 9E and 29. RGB value is (234,158,41). Sum of RGB (Red+Green+Blue) = 234+158+41=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9E29 is #1561D6. Grayscale: #A7A7A7. Windows color (decimal): -1401303 or 2727658. OLE color: 2727658.
HSL color Cylindrical-coordinate representation of color #EA9E29: hue angle of 36.37º 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 #EA9E29 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 158 | 41 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.08 |
| HSL | 36.37º | 0.82% | 0.54% | - |
| HSV(B) | 36.37º | 0.82% | 0.92% | - |
| XYZ | 46.56 | 42.11 | 7.77 | - |
| YUV | 167.39 | 56.68 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 158 | 41 | 0 | 0.32 | 0.82 | 0.08 | 36.37 | 0.82 | 0.54 |
| Hex | EA | 9E | 29 | 0 | 20 | 52 | 8 | 24 | 52 | 36 |
| Octal | 352 | 236 | 51 | 0 | 40 | 122 | 10 | 44 | 122 | 66 |
| Binary | 11101010 | 10011110 | 101001 | 0 | 100000 | 1010010 | 1000 | 100100 | 1010010 | 110110 |
Color Harmonies of #EA9E29
Complementary color
Monochromatic Colors of #EA9E29
Black with #EA9E29
Text Example
Text Example
White with #EA9E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9E29; }
p { color: rgb(234,158,41); }
H1.HeaderClassName
{
color: #EA9E29;
}
.AnyTagClassName
{
color: #EA9E29;
}
</style>
background-color css
<style>
a { background-color: #EA9E29; }
a { background-color: rgb(234,158,41); }
div.DivClassName
{
background-color: #EA9E29;
}
.BgClassName
{
background-color: #EA9E29;
}
</style>
border-color css
<style>
span { border-color: #EA9E29; }
span { border-color: rgb(234,158,41); }
td.TdClassName
{
border-color: #EA9E29;
}
.TagClassName
{
border-color: #EA9E29;
}
</style>