Shades of Starship #EAE540
Tints of Starship #EAE540
RGB
CMYK
RGB Variations
Color information
#EAE540 (or 0xEAE540) is known color: Starship. HEX triplet: EA, E5 and 40. RGB value is (234,229,64). Sum of RGB (Red+Green+Blue) = 234+229+64=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 64 (25.39% from 255 or 12.14% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE540 is #151ABF. Grayscale: #D4D4D4. Windows color (decimal): -1383104 or 4253162. OLE color: 4253162.
HSL color Cylindrical-coordinate representation of color #EAE540: hue angle of 58.24º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAE540 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 64 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.08 |
| HSL | 58.24º | 0.8% | 0.58% | - |
| HSV(B) | 58.24º | 0.73% | 0.92% | - |
| XYZ | 62.88 | 73.9 | 15.8 | - |
| YUV | 211.69 | 44.66 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 64 | 0 | 0.02 | 0.73 | 0.08 | 58.24 | 0.8 | 0.58 |
| Hex | EA | E5 | 40 | 0 | 2 | 49 | 8 | 3A | 50 | 3A |
| Octal | 352 | 345 | 100 | 0 | 2 | 111 | 10 | 72 | 120 | 72 |
| Binary | 11101010 | 11100101 | 1000000 | 0 | 10 | 1001001 | 1000 | 111010 | 1010000 | 111010 |
Color Harmonies of #EAE540
Complementary color
Monochromatic Colors of #EAE540
Black with #EAE540
Text Example
Text Example
White with #EAE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE540; }
p { color: rgb(234,229,64); }
H1.HeaderClassName
{
color: #EAE540;
}
.AnyTagClassName
{
color: #EAE540;
}
</style>
background-color css
<style>
a { background-color: #EAE540; }
a { background-color: rgb(234,229,64); }
div.DivClassName
{
background-color: #EAE540;
}
.BgClassName
{
background-color: #EAE540;
}
</style>
border-color css
<style>
span { border-color: #EAE540; }
span { border-color: rgb(234,229,64); }
td.TdClassName
{
border-color: #EAE540;
}
.TagClassName
{
border-color: #EAE540;
}
</style>