Shades of Starship #EAEB3C
Tints of Starship #EAEB3C
RGB
CMYK
RGB Variations
Color information
#EAEB3C (or 0xEAEB3C) is known color: Starship. HEX triplet: EA, EB and 3C. RGB value is (234,235,60). Sum of RGB (Red+Green+Blue) = 234+235+60=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 60 (23.83% from 255 or 11.34% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEB3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEB3C is #1514C3. Grayscale: #D7D7D7. Windows color (decimal): -1381572 or 3992554. OLE color: 3992554.
HSL color Cylindrical-coordinate representation of color #EAEB3C: hue angle of 60.34º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAEB3C is Cyan = 0.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 235 | 60 | - |
| CMYK | 0.00 | 0 | 0.74 | 0.08 |
| HSL | 60.34º | 0.81% | 0.58% | - |
| HSV(B) | 60.34º | 0.74% | 0.92% | - |
| XYZ | 64.46 | 77.24 | 15.79 | - |
| YUV | 214.75 | 40.67 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 235 | 60 | 0.00 | 0 | 0.74 | 0.08 | 60.34 | 0.81 | 0.58 |
| Hex | EA | EB | 3C | 0 | 0 | 4A | 8 | 3C | 51 | 3A |
| Octal | 352 | 353 | 74 | 0 | 0 | 112 | 10 | 74 | 121 | 72 |
| Binary | 11101010 | 11101011 | 111100 | 0 | 0 | 1001010 | 1000 | 111100 | 1010001 | 111010 |
Color Harmonies of #EAEB3C
Complementary color
Monochromatic Colors of #EAEB3C
Black with #EAEB3C
Text Example
Text Example
White with #EAEB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEB3C; }
p { color: rgb(234,235,60); }
H1.HeaderClassName
{
color: #EAEB3C;
}
.AnyTagClassName
{
color: #EAEB3C;
}
</style>
background-color css
<style>
a { background-color: #EAEB3C; }
a { background-color: rgb(234,235,60); }
div.DivClassName
{
background-color: #EAEB3C;
}
.BgClassName
{
background-color: #EAEB3C;
}
</style>
border-color css
<style>
span { border-color: #EAEB3C; }
span { border-color: rgb(234,235,60); }
td.TdClassName
{
border-color: #EAEB3C;
}
.TagClassName
{
border-color: #EAEB3C;
}
</style>