Shades of Yellow Sea #EAA22D
Tints of Yellow Sea #EAA22D
RGB
CMYK
RGB Variations
Color information
#EAA22D (or 0xEAA22D) is known color: Yellow Sea. HEX triplet: EA, A2 and 2D. RGB value is (234,162,45). Sum of RGB (Red+Green+Blue) = 234+162+45=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA22D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA22D is #155DD2. Grayscale: #AAAAAA. Windows color (decimal): -1400275 or 2990826. OLE color: 2990826.
HSL color Cylindrical-coordinate representation of color #EAA22D: hue angle of 37.14º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EAA22D is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 162 | 45 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.08 |
| HSL | 37.14º | 0.82% | 0.55% | - |
| HSV(B) | 37.14º | 0.81% | 0.92% | - |
| XYZ | 47.33 | 43.52 | 8.39 | - |
| YUV | 170.19 | 57.35 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 162 | 45 | 0 | 0.31 | 0.81 | 0.08 | 37.14 | 0.82 | 0.55 |
| Hex | EA | A2 | 2D | 0 | 1F | 51 | 8 | 25 | 52 | 37 |
| Octal | 352 | 242 | 55 | 0 | 37 | 121 | 10 | 45 | 122 | 67 |
| Binary | 11101010 | 10100010 | 101101 | 0 | 11111 | 1010001 | 1000 | 100101 | 1010010 | 110111 |
Color Harmonies of #EAA22D
Complementary color
Monochromatic Colors of #EAA22D
Black with #EAA22D
Text Example
Text Example
White with #EAA22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA22D; }
p { color: rgb(234,162,45); }
H1.HeaderClassName
{
color: #EAA22D;
}
.AnyTagClassName
{
color: #EAA22D;
}
</style>
background-color css
<style>
a { background-color: #EAA22D; }
a { background-color: rgb(234,162,45); }
div.DivClassName
{
background-color: #EAA22D;
}
.BgClassName
{
background-color: #EAA22D;
}
</style>
border-color css
<style>
span { border-color: #EAA22D; }
span { border-color: rgb(234,162,45); }
td.TdClassName
{
border-color: #EAA22D;
}
.TagClassName
{
border-color: #EAA22D;
}
</style>