Shades of Starship #EAE443
Tints of Starship #EAE443
RGB
CMYK
RGB Variations
Color information
#EAE443 (or 0xEAE443) is known color: Starship. HEX triplet: EA, E4 and 43. RGB value is (234,228,67). Sum of RGB (Red+Green+Blue) = 234+228+67=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 67 (26.56% from 255 or 12.67% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE443 is #151BBC. Grayscale: #D4D4D4. Windows color (decimal): -1383357 or 4449514. OLE color: 4449514.
HSL color Cylindrical-coordinate representation of color #EAE443: hue angle of 57.84º 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 #EAE443 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 67 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.08 |
| HSL | 57.84º | 0.8% | 0.59% | - |
| HSV(B) | 57.84º | 0.71% | 0.92% | - |
| XYZ | 62.69 | 73.38 | 16.17 | - |
| YUV | 211.44 | 46.49 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 67 | 0 | 0.03 | 0.71 | 0.08 | 57.84 | 0.8 | 0.59 |
| Hex | EA | E4 | 43 | 0 | 3 | 47 | 8 | 3A | 50 | 3B |
| Octal | 352 | 344 | 103 | 0 | 3 | 107 | 10 | 72 | 120 | 73 |
| Binary | 11101010 | 11100100 | 1000011 | 0 | 11 | 1000111 | 1000 | 111010 | 1010000 | 111011 |
Color Harmonies of #EAE443
Complementary color
Monochromatic Colors of #EAE443
Black with #EAE443
Text Example
Text Example
White with #EAE443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE443; }
p { color: rgb(234,228,67); }
H1.HeaderClassName
{
color: #EAE443;
}
.AnyTagClassName
{
color: #EAE443;
}
</style>
background-color css
<style>
a { background-color: #EAE443; }
a { background-color: rgb(234,228,67); }
div.DivClassName
{
background-color: #EAE443;
}
.BgClassName
{
background-color: #EAE443;
}
</style>
border-color css
<style>
span { border-color: #EAE443; }
span { border-color: rgb(234,228,67); }
td.TdClassName
{
border-color: #EAE443;
}
.TagClassName
{
border-color: #EAE443;
}
</style>