Shades of Starship #EAE43F
Tints of Starship #EAE43F
RGB
CMYK
RGB Variations
Color information
#EAE43F (or 0xEAE43F) is known color: Starship. HEX triplet: EA, E4 and 3F. RGB value is (234,228,63). Sum of RGB (Red+Green+Blue) = 234+228+63=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 63 (25% from 255 or 12% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE43F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAE43F is #151BC0. Grayscale: #D3D3D3. Windows color (decimal): -1383361 or 4187370. OLE color: 4187370.
HSL color Cylindrical-coordinate representation of color #EAE43F: hue angle of 57.89º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAE43F is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 228 | 63 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.08 |
| HSL | 57.89º | 0.8% | 0.58% | - |
| HSV(B) | 57.89º | 0.73% | 0.92% | - |
| XYZ | 62.57 | 73.34 | 15.56 | - |
| YUV | 210.98 | 44.49 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 228 | 63 | 0 | 0.03 | 0.73 | 0.08 | 57.89 | 0.8 | 0.58 |
| Hex | EA | E4 | 3F | 0 | 3 | 49 | 8 | 3A | 50 | 3A |
| Octal | 352 | 344 | 77 | 0 | 3 | 111 | 10 | 72 | 120 | 72 |
| Binary | 11101010 | 11100100 | 111111 | 0 | 11 | 1001001 | 1000 | 111010 | 1010000 | 111010 |
Color Harmonies of #EAE43F
Complementary color
Monochromatic Colors of #EAE43F
Black with #EAE43F
Text Example
Text Example
White with #EAE43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE43F; }
p { color: rgb(234,228,63); }
H1.HeaderClassName
{
color: #EAE43F;
}
.AnyTagClassName
{
color: #EAE43F;
}
</style>
background-color css
<style>
a { background-color: #EAE43F; }
a { background-color: rgb(234,228,63); }
div.DivClassName
{
background-color: #EAE43F;
}
.BgClassName
{
background-color: #EAE43F;
}
</style>
border-color css
<style>
span { border-color: #EAE43F; }
span { border-color: rgb(234,228,63); }
td.TdClassName
{
border-color: #EAE43F;
}
.TagClassName
{
border-color: #EAE43F;
}
</style>