Shades of Yellow Sea #EAA530
Tints of Yellow Sea #EAA530
RGB
CMYK
RGB Variations
Color information
#EAA530 (or 0xEAA530) is known color: Yellow Sea. HEX triplet: EA, A5 and 30. RGB value is (234,165,48). Sum of RGB (Red+Green+Blue) = 234+165+48=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 48 (19.14% from 255 or 10.74% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA530 is #155ACF. Grayscale: #ACACAC. Windows color (decimal): -1399504 or 3188202. OLE color: 3188202.
HSL color Cylindrical-coordinate representation of color #EAA530: hue angle of 37.74º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAA530 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 48 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.08 |
| HSL | 37.74º | 0.82% | 0.55% | - |
| HSV(B) | 37.74º | 0.79% | 0.92% | - |
| XYZ | 47.92 | 44.62 | 8.88 | - |
| YUV | 172.29 | 57.86 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 48 | 0 | 0.29 | 0.79 | 0.08 | 37.74 | 0.82 | 0.55 |
| Hex | EA | A5 | 30 | 0 | 1D | 4F | 8 | 26 | 52 | 37 |
| Octal | 352 | 245 | 60 | 0 | 35 | 117 | 10 | 46 | 122 | 67 |
| Binary | 11101010 | 10100101 | 110000 | 0 | 11101 | 1001111 | 1000 | 100110 | 1010010 | 110111 |
Color Harmonies of #EAA530
Complementary color
Monochromatic Colors of #EAA530
Black with #EAA530
Text Example
Text Example
White with #EAA530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA530; }
p { color: rgb(234,165,48); }
H1.HeaderClassName
{
color: #EAA530;
}
.AnyTagClassName
{
color: #EAA530;
}
</style>
background-color css
<style>
a { background-color: #EAA530; }
a { background-color: rgb(234,165,48); }
div.DivClassName
{
background-color: #EAA530;
}
.BgClassName
{
background-color: #EAA530;
}
</style>
border-color css
<style>
span { border-color: #EAA530; }
span { border-color: rgb(234,165,48); }
td.TdClassName
{
border-color: #EAA530;
}
.TagClassName
{
border-color: #EAA530;
}
</style>