Shades of Starship #EAEC3F
Tints of Starship #EAEC3F
RGB
CMYK
RGB Variations
Color information
#EAEC3F (or 0xEAEC3F) is known color: Starship. HEX triplet: EA, EC and 3F. RGB value is (234,236,63). Sum of RGB (Red+Green+Blue) = 234+236+63=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 63 (25% from 255 or 11.82% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEC3F is #1513C0. Grayscale: #D8D8D8. Windows color (decimal): -1381313 or 4189418. OLE color: 4189418.
HSL color Cylindrical-coordinate representation of color #EAEC3F: hue angle of 60.69º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAEC3F is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 63 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.07 |
| HSL | 60.69º | 0.82% | 0.59% | - |
| HSV(B) | 60.69º | 0.73% | 0.93% | - |
| XYZ | 64.82 | 77.84 | 16.31 | - |
| YUV | 215.68 | 41.84 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 63 | 0.01 | 0 | 0.73 | 0.07 | 60.69 | 0.82 | 0.59 |
| Hex | EA | EC | 3F | 1 | 0 | 49 | 7 | 3D | 52 | 3B |
| Octal | 352 | 354 | 77 | 1 | 0 | 111 | 7 | 75 | 122 | 73 |
| Binary | 11101010 | 11101100 | 111111 | 1 | 0 | 1001001 | 111 | 111101 | 1010010 | 111011 |
Color Harmonies of #EAEC3F
Complementary color
Monochromatic Colors of #EAEC3F
Black with #EAEC3F
Text Example
Text Example
White with #EAEC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEC3F; }
p { color: rgb(234,236,63); }
H1.HeaderClassName
{
color: #EAEC3F;
}
.AnyTagClassName
{
color: #EAEC3F;
}
</style>
background-color css
<style>
a { background-color: #EAEC3F; }
a { background-color: rgb(234,236,63); }
div.DivClassName
{
background-color: #EAEC3F;
}
.BgClassName
{
background-color: #EAEC3F;
}
</style>
border-color css
<style>
span { border-color: #EAEC3F; }
span { border-color: rgb(234,236,63); }
td.TdClassName
{
border-color: #EAEC3F;
}
.TagClassName
{
border-color: #EAEC3F;
}
</style>