Shades of Yellow Sea #EAA32D
Tints of Yellow Sea #EAA32D
RGB
CMYK
RGB Variations
Color information
#EAA32D (or 0xEAA32D) is known color: Yellow Sea. HEX triplet: EA, A3 and 2D. RGB value is (234,163,45). Sum of RGB (Red+Green+Blue) = 234+163+45=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA32D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA32D is #155CD2. Grayscale: #ABABAB. Windows color (decimal): -1400019 or 2991082. OLE color: 2991082.
HSL color Cylindrical-coordinate representation of color #EAA32D: hue angle of 37.46º 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 #EAA32D is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 45 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.08 |
| HSL | 37.46º | 0.82% | 0.55% | - |
| HSV(B) | 37.46º | 0.81% | 0.92% | - |
| XYZ | 47.5 | 43.88 | 8.45 | - |
| YUV | 170.78 | 57.02 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 45 | 0 | 0.30 | 0.81 | 0.08 | 37.46 | 0.82 | 0.55 |
| Hex | EA | A3 | 2D | 0 | 1E | 51 | 8 | 25 | 52 | 37 |
| Octal | 352 | 243 | 55 | 0 | 36 | 121 | 10 | 45 | 122 | 67 |
| Binary | 11101010 | 10100011 | 101101 | 0 | 11110 | 1010001 | 1000 | 100101 | 1010010 | 110111 |
Color Harmonies of #EAA32D
Complementary color
Monochromatic Colors of #EAA32D
Black with #EAA32D
Text Example
Text Example
White with #EAA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA32D; }
p { color: rgb(234,163,45); }
H1.HeaderClassName
{
color: #EAA32D;
}
.AnyTagClassName
{
color: #EAA32D;
}
</style>
background-color css
<style>
a { background-color: #EAA32D; }
a { background-color: rgb(234,163,45); }
div.DivClassName
{
background-color: #EAA32D;
}
.BgClassName
{
background-color: #EAA32D;
}
</style>
border-color css
<style>
span { border-color: #EAA32D; }
span { border-color: rgb(234,163,45); }
td.TdClassName
{
border-color: #EAA32D;
}
.TagClassName
{
border-color: #EAA32D;
}
</style>