Shades of Starship #EADD3A
Tints of Starship #EADD3A
RGB
CMYK
RGB Variations
Color information
#EADD3A (or 0xEADD3A) is known color: Starship. HEX triplet: EA, DD and 3A. RGB value is (234,221,58). Sum of RGB (Red+Green+Blue) = 234+221+58=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 58 (23.05% from 255 or 11.31% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD3A is #1522C5. Grayscale: #CECECE. Windows color (decimal): -1385158 or 3857898. OLE color: 3857898.
HSL color Cylindrical-coordinate representation of color #EADD3A: hue angle of 55.57º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EADD3A is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 221 | 58 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.08 |
| HSL | 55.57º | 0.81% | 0.57% | - |
| HSV(B) | 55.57º | 0.75% | 0.92% | - |
| XYZ | 60.55 | 69.51 | 14.23 | - |
| YUV | 206.31 | 44.31 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 58 | 0 | 0.06 | 0.75 | 0.08 | 55.57 | 0.81 | 0.57 |
| Hex | EA | DD | 3A | 0 | 6 | 4B | 8 | 38 | 51 | 39 |
| Octal | 352 | 335 | 72 | 0 | 6 | 113 | 10 | 70 | 121 | 71 |
| Binary | 11101010 | 11011101 | 111010 | 0 | 110 | 1001011 | 1000 | 111000 | 1010001 | 111001 |
Color Harmonies of #EADD3A
Complementary color
Monochromatic Colors of #EADD3A
Black with #EADD3A
Text Example
Text Example
White with #EADD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADD3A; }
p { color: rgb(234,221,58); }
H1.HeaderClassName
{
color: #EADD3A;
}
.AnyTagClassName
{
color: #EADD3A;
}
</style>
background-color css
<style>
a { background-color: #EADD3A; }
a { background-color: rgb(234,221,58); }
div.DivClassName
{
background-color: #EADD3A;
}
.BgClassName
{
background-color: #EADD3A;
}
</style>
border-color css
<style>
span { border-color: #EADD3A; }
span { border-color: rgb(234,221,58); }
td.TdClassName
{
border-color: #EADD3A;
}
.TagClassName
{
border-color: #EADD3A;
}
</style>