Shades of Starship #EAEC3E
Tints of Starship #EAEC3E
RGB
CMYK
RGB Variations
Color information
#EAEC3E (or 0xEAEC3E) is known color: Starship. HEX triplet: EA, EC and 3E. RGB value is (234,236,62). Sum of RGB (Red+Green+Blue) = 234+236+62=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 62 (24.61% from 255 or 11.65% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEC3E is #1513C1. Grayscale: #D8D8D8. Windows color (decimal): -1381314 or 4123882. OLE color: 4123882.
HSL color Cylindrical-coordinate representation of color #EAEC3E: hue angle of 60.69º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAEC3E is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 62 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.07 |
| HSL | 60.69º | 0.82% | 0.58% | - |
| HSV(B) | 60.69º | 0.74% | 0.93% | - |
| XYZ | 64.8 | 77.83 | 16.17 | - |
| YUV | 215.57 | 41.34 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 62 | 0.01 | 0 | 0.74 | 0.07 | 60.69 | 0.82 | 0.58 |
| Hex | EA | EC | 3E | 1 | 0 | 4A | 7 | 3D | 52 | 3A |
| Octal | 352 | 354 | 76 | 1 | 0 | 112 | 7 | 75 | 122 | 72 |
| Binary | 11101010 | 11101100 | 111110 | 1 | 0 | 1001010 | 111 | 111101 | 1010010 | 111010 |
Color Harmonies of #EAEC3E
Complementary color
Monochromatic Colors of #EAEC3E
Black with #EAEC3E
Text Example
Text Example
White with #EAEC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEC3E; }
p { color: rgb(234,236,62); }
H1.HeaderClassName
{
color: #EAEC3E;
}
.AnyTagClassName
{
color: #EAEC3E;
}
</style>
background-color css
<style>
a { background-color: #EAEC3E; }
a { background-color: rgb(234,236,62); }
div.DivClassName
{
background-color: #EAEC3E;
}
.BgClassName
{
background-color: #EAEC3E;
}
</style>
border-color css
<style>
span { border-color: #EAEC3E; }
span { border-color: rgb(234,236,62); }
td.TdClassName
{
border-color: #EAEC3E;
}
.TagClassName
{
border-color: #EAEC3E;
}
</style>