Shades of Starship #EAE93D
Tints of Starship #EAE93D
RGB
CMYK
RGB Variations
Color information
#EAE93D (or 0xEAE93D) is known color: Starship. HEX triplet: EA, E9 and 3D. RGB value is (234,233,61). Sum of RGB (Red+Green+Blue) = 234+233+61=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 61 (24.22% from 255 or 11.55% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE93D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE93D is #1516C2. Grayscale: #D6D6D6. Windows color (decimal): -1382083 or 4057578. OLE color: 4057578.
HSL color Cylindrical-coordinate representation of color #EAE93D: hue angle of 59.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAE93D is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 233 | 61 | - |
| CMYK | 0 | 0.00 | 0.74 | 0.08 |
| HSL | 59.65º | 0.8% | 0.58% | - |
| HSV(B) | 59.65º | 0.74% | 0.92% | - |
| XYZ | 63.91 | 76.11 | 15.74 | - |
| YUV | 213.69 | 41.83 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 233 | 61 | 0 | 0.00 | 0.74 | 0.08 | 59.65 | 0.8 | 0.58 |
| Hex | EA | E9 | 3D | 0 | 0 | 4A | 8 | 3C | 50 | 3A |
| Octal | 352 | 351 | 75 | 0 | 0 | 112 | 10 | 74 | 120 | 72 |
| Binary | 11101010 | 11101001 | 111101 | 0 | 0 | 1001010 | 1000 | 111100 | 1010000 | 111010 |
Color Harmonies of #EAE93D
Complementary color
Monochromatic Colors of #EAE93D
Black with #EAE93D
Text Example
Text Example
White with #EAE93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE93D; }
p { color: rgb(234,233,61); }
H1.HeaderClassName
{
color: #EAE93D;
}
.AnyTagClassName
{
color: #EAE93D;
}
</style>
background-color css
<style>
a { background-color: #EAE93D; }
a { background-color: rgb(234,233,61); }
div.DivClassName
{
background-color: #EAE93D;
}
.BgClassName
{
background-color: #EAE93D;
}
</style>
border-color css
<style>
span { border-color: #EAE93D; }
span { border-color: rgb(234,233,61); }
td.TdClassName
{
border-color: #EAE93D;
}
.TagClassName
{
border-color: #EAE93D;
}
</style>