Shades of Starship #EAE63D
Tints of Starship #EAE63D
RGB
CMYK
RGB Variations
Color information
#EAE63D (or 0xEAE63D) is known color: Starship. HEX triplet: EA, E6 and 3D. RGB value is (234,230,61). Sum of RGB (Red+Green+Blue) = 234+230+61=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 61 (24.22% from 255 or 11.62% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE63D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAE63D is #1519C2. Grayscale: #D4D4D4. Windows color (decimal): -1382851 or 4056810. OLE color: 4056810.
HSL color Cylindrical-coordinate representation of color #EAE63D: hue angle of 58.61º 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 #EAE63D is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 230 | 61 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.08 |
| HSL | 58.61º | 0.8% | 0.58% | - |
| HSV(B) | 58.61º | 0.74% | 0.92% | - |
| XYZ | 63.07 | 74.42 | 15.46 | - |
| YUV | 211.93 | 42.83 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 230 | 61 | 0 | 0.02 | 0.74 | 0.08 | 58.61 | 0.8 | 0.58 |
| Hex | EA | E6 | 3D | 0 | 2 | 4A | 8 | 3B | 50 | 3A |
| Octal | 352 | 346 | 75 | 0 | 2 | 112 | 10 | 73 | 120 | 72 |
| Binary | 11101010 | 11100110 | 111101 | 0 | 10 | 1001010 | 1000 | 111011 | 1010000 | 111010 |
Color Harmonies of #EAE63D
Complementary color
Monochromatic Colors of #EAE63D
Black with #EAE63D
Text Example
Text Example
White with #EAE63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE63D; }
p { color: rgb(234,230,61); }
H1.HeaderClassName
{
color: #EAE63D;
}
.AnyTagClassName
{
color: #EAE63D;
}
</style>
background-color css
<style>
a { background-color: #EAE63D; }
a { background-color: rgb(234,230,61); }
div.DivClassName
{
background-color: #EAE63D;
}
.BgClassName
{
background-color: #EAE63D;
}
</style>
border-color css
<style>
span { border-color: #EAE63D; }
span { border-color: rgb(234,230,61); }
td.TdClassName
{
border-color: #EAE63D;
}
.TagClassName
{
border-color: #EAE63D;
}
</style>