Shades of Starship #EAEA43
Tints of Starship #EAEA43
RGB
CMYK
RGB Variations
Color information
#EAEA43 (or 0xEAEA43) is known color: Starship. HEX triplet: EA, EA and 43. RGB value is (234,234,67). Sum of RGB (Red+Green+Blue) = 234+234+67=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 67 (26.56% from 255 or 12.52% from 535); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEA43 is #1515BC. Grayscale: #D7D7D7. Windows color (decimal): -1381821 or 4451050. OLE color: 4451050.
HSL color Cylindrical-coordinate representation of color #EAEA43: hue angle of 60º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAEA43 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 234 | 67 | - |
| CMYK | 0 | 0 | 0.71 | 0.08 |
| HSL | 60º | 0.8% | 0.59% | - |
| HSV(B) | 60º | 0.71% | 0.92% | - |
| XYZ | 64.37 | 76.74 | 16.73 | - |
| YUV | 214.96 | 44.5 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 67 | 0 | 0 | 0.71 | 0.08 | 60 | 0.8 | 0.59 |
| Hex | EA | EA | 43 | 0 | 0 | 47 | 8 | 3C | 50 | 3B |
| Octal | 352 | 352 | 103 | 0 | 0 | 107 | 10 | 74 | 120 | 73 |
| Binary | 11101010 | 11101010 | 1000011 | 0 | 0 | 1000111 | 1000 | 111100 | 1010000 | 111011 |
Color Harmonies of #EAEA43
Complementary color
Monochromatic Colors of #EAEA43
Black with #EAEA43
Text Example
Text Example
White with #EAEA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEA43; }
p { color: rgb(234,234,67); }
H1.HeaderClassName
{
color: #EAEA43;
}
.AnyTagClassName
{
color: #EAEA43;
}
</style>
background-color css
<style>
a { background-color: #EAEA43; }
a { background-color: rgb(234,234,67); }
div.DivClassName
{
background-color: #EAEA43;
}
.BgClassName
{
background-color: #EAEA43;
}
</style>
border-color css
<style>
span { border-color: #EAEA43; }
span { border-color: rgb(234,234,67); }
td.TdClassName
{
border-color: #EAEA43;
}
.TagClassName
{
border-color: #EAEA43;
}
</style>