Shades of Starship #EAEC3C
Tints of Starship #EAEC3C
RGB
CMYK
RGB Variations
Color information
#EAEC3C (or 0xEAEC3C) is known color: Starship. HEX triplet: EA, EC and 3C. RGB value is (234,236,60). Sum of RGB (Red+Green+Blue) = 234+236+60=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 60 (23.83% from 255 or 11.32% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEC3C is #1513C3. Grayscale: #D8D8D8. Windows color (decimal): -1381316 or 3992810. OLE color: 3992810.
HSL color Cylindrical-coordinate representation of color #EAEC3C: hue angle of 60.68º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAEC3C is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 236 | 60 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.07 |
| HSL | 60.68º | 0.82% | 0.58% | - |
| HSV(B) | 60.68º | 0.75% | 0.93% | - |
| XYZ | 64.74 | 77.81 | 15.88 | - |
| YUV | 215.34 | 40.34 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 60 | 0.01 | 0 | 0.75 | 0.07 | 60.68 | 0.82 | 0.58 |
| Hex | EA | EC | 3C | 1 | 0 | 4B | 7 | 3D | 52 | 3A |
| Octal | 352 | 354 | 74 | 1 | 0 | 113 | 7 | 75 | 122 | 72 |
| Binary | 11101010 | 11101100 | 111100 | 1 | 0 | 1001011 | 111 | 111101 | 1010010 | 111010 |
Color Harmonies of #EAEC3C
Complementary color
Monochromatic Colors of #EAEC3C
Black with #EAEC3C
Text Example
Text Example
White with #EAEC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEC3C; }
p { color: rgb(234,236,60); }
H1.HeaderClassName
{
color: #EAEC3C;
}
.AnyTagClassName
{
color: #EAEC3C;
}
</style>
background-color css
<style>
a { background-color: #EAEC3C; }
a { background-color: rgb(234,236,60); }
div.DivClassName
{
background-color: #EAEC3C;
}
.BgClassName
{
background-color: #EAEC3C;
}
</style>
border-color css
<style>
span { border-color: #EAEC3C; }
span { border-color: rgb(234,236,60); }
td.TdClassName
{
border-color: #EAEC3C;
}
.TagClassName
{
border-color: #EAEC3C;
}
</style>