Shades of Yellow Sea #EA9C2E
Tints of Yellow Sea #EA9C2E
RGB
CMYK
RGB Variations
Color information
#EA9C2E (or 0xEA9C2E) is known color: Yellow Sea. HEX triplet: EA, 9C and 2E. RGB value is (234,156,46). Sum of RGB (Red+Green+Blue) = 234+156+46=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9C2E is #1563D1. Grayscale: #A7A7A7. Windows color (decimal): -1401810 or 3054826. OLE color: 3054826.
HSL color Cylindrical-coordinate representation of color #EA9C2E: hue angle of 35.11º degrees, saturation: 0.82, 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 #EA9C2E is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 46 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.08 |
| HSL | 35.11º | 0.82% | 0.55% | - |
| HSV(B) | 35.11º | 0.8% | 0.92% | - |
| XYZ | 46.31 | 41.47 | 8.15 | - |
| YUV | 166.78 | 59.84 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 46 | 0 | 0.33 | 0.80 | 0.08 | 35.11 | 0.82 | 0.55 |
| Hex | EA | 9C | 2E | 0 | 21 | 50 | 8 | 23 | 52 | 37 |
| Octal | 352 | 234 | 56 | 0 | 41 | 120 | 10 | 43 | 122 | 67 |
| Binary | 11101010 | 10011100 | 101110 | 0 | 100001 | 1010000 | 1000 | 100011 | 1010010 | 110111 |
Color Harmonies of #EA9C2E
Complementary color
Monochromatic Colors of #EA9C2E
Black with #EA9C2E
Text Example
Text Example
White with #EA9C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9C2E; }
p { color: rgb(234,156,46); }
H1.HeaderClassName
{
color: #EA9C2E;
}
.AnyTagClassName
{
color: #EA9C2E;
}
</style>
background-color css
<style>
a { background-color: #EA9C2E; }
a { background-color: rgb(234,156,46); }
div.DivClassName
{
background-color: #EA9C2E;
}
.BgClassName
{
background-color: #EA9C2E;
}
</style>
border-color css
<style>
span { border-color: #EA9C2E; }
span { border-color: rgb(234,156,46); }
td.TdClassName
{
border-color: #EA9C2E;
}
.TagClassName
{
border-color: #EA9C2E;
}
</style>