Shades of Yellow Sea #EAA52D
Tints of Yellow Sea #EAA52D
RGB
CMYK
RGB Variations
Color information
#EAA52D (or 0xEAA52D) is known color: Yellow Sea. HEX triplet: EA, A5 and 2D. RGB value is (234,165,45). Sum of RGB (Red+Green+Blue) = 234+165+45=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA52D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA52D is #155AD2. Grayscale: #ACACAC. Windows color (decimal): -1399507 or 2991594. OLE color: 2991594.
HSL color Cylindrical-coordinate representation of color #EAA52D: hue angle of 38.1º 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 #EAA52D is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 45 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.08 |
| HSL | 38.1º | 0.82% | 0.55% | - |
| HSV(B) | 38.1º | 0.81% | 0.92% | - |
| XYZ | 47.86 | 44.59 | 8.57 | - |
| YUV | 171.95 | 56.36 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 45 | 0 | 0.29 | 0.81 | 0.08 | 38.1 | 0.82 | 0.55 |
| Hex | EA | A5 | 2D | 0 | 1D | 51 | 8 | 26 | 52 | 37 |
| Octal | 352 | 245 | 55 | 0 | 35 | 121 | 10 | 46 | 122 | 67 |
| Binary | 11101010 | 10100101 | 101101 | 0 | 11101 | 1010001 | 1000 | 100110 | 1010010 | 110111 |
Color Harmonies of #EAA52D
Complementary color
Monochromatic Colors of #EAA52D
Black with #EAA52D
Text Example
Text Example
White with #EAA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA52D; }
p { color: rgb(234,165,45); }
H1.HeaderClassName
{
color: #EAA52D;
}
.AnyTagClassName
{
color: #EAA52D;
}
</style>
background-color css
<style>
a { background-color: #EAA52D; }
a { background-color: rgb(234,165,45); }
div.DivClassName
{
background-color: #EAA52D;
}
.BgClassName
{
background-color: #EAA52D;
}
</style>
border-color css
<style>
span { border-color: #EAA52D; }
span { border-color: rgb(234,165,45); }
td.TdClassName
{
border-color: #EAA52D;
}
.TagClassName
{
border-color: #EAA52D;
}
</style>