Shades of Starship #EAE243
Tints of Starship #EAE243
RGB
CMYK
RGB Variations
Color information
#EAE243 (or 0xEAE243) is known color: Starship. HEX triplet: EA, E2 and 43. RGB value is (234,226,67). Sum of RGB (Red+Green+Blue) = 234+226+67=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 67 (26.56% from 255 or 12.71% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE243 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE243 is #151DBC. Grayscale: #D2D2D2. Windows color (decimal): -1383869 or 4449002. OLE color: 4449002.
HSL color Cylindrical-coordinate representation of color #EAE243: hue angle of 57.13º 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 #EAE243 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 226 | 67 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.08 |
| HSL | 57.13º | 0.8% | 0.59% | - |
| HSV(B) | 57.13º | 0.71% | 0.92% | - |
| XYZ | 62.14 | 72.29 | 15.99 | - |
| YUV | 210.27 | 47.15 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 226 | 67 | 0 | 0.03 | 0.71 | 0.08 | 57.13 | 0.8 | 0.59 |
| Hex | EA | E2 | 43 | 0 | 3 | 47 | 8 | 39 | 50 | 3B |
| Octal | 352 | 342 | 103 | 0 | 3 | 107 | 10 | 71 | 120 | 73 |
| Binary | 11101010 | 11100010 | 1000011 | 0 | 11 | 1000111 | 1000 | 111001 | 1010000 | 111011 |
Color Harmonies of #EAE243
Complementary color
Monochromatic Colors of #EAE243
Black with #EAE243
Text Example
Text Example
White with #EAE243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE243; }
p { color: rgb(234,226,67); }
H1.HeaderClassName
{
color: #EAE243;
}
.AnyTagClassName
{
color: #EAE243;
}
</style>
background-color css
<style>
a { background-color: #EAE243; }
a { background-color: rgb(234,226,67); }
div.DivClassName
{
background-color: #EAE243;
}
.BgClassName
{
background-color: #EAE243;
}
</style>
border-color css
<style>
span { border-color: #EAE243; }
span { border-color: rgb(234,226,67); }
td.TdClassName
{
border-color: #EAE243;
}
.TagClassName
{
border-color: #EAE243;
}
</style>