Shades of Starship #EAEB40
Tints of Starship #EAEB40
RGB
CMYK
RGB Variations
Color information
#EAEB40 (or 0xEAEB40) is known color: Starship. HEX triplet: EA, EB and 40. RGB value is (234,235,64). Sum of RGB (Red+Green+Blue) = 234+235+64=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 64 (25.39% from 255 or 12.01% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEB40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEB40 is #1514BF. Grayscale: #D7D7D7. Windows color (decimal): -1381568 or 4254698. OLE color: 4254698.
HSL color Cylindrical-coordinate representation of color #EAEB40: hue angle of 60.35º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAEB40 is Cyan = 0.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 235 | 64 | - |
| CMYK | 0.00 | 0 | 0.73 | 0.08 |
| HSL | 60.35º | 0.81% | 0.59% | - |
| HSV(B) | 60.35º | 0.73% | 0.92% | - |
| XYZ | 64.57 | 77.28 | 16.36 | - |
| YUV | 215.21 | 42.67 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 235 | 64 | 0.00 | 0 | 0.73 | 0.08 | 60.35 | 0.81 | 0.59 |
| Hex | EA | EB | 40 | 0 | 0 | 49 | 8 | 3C | 51 | 3B |
| Octal | 352 | 353 | 100 | 0 | 0 | 111 | 10 | 74 | 121 | 73 |
| Binary | 11101010 | 11101011 | 1000000 | 0 | 0 | 1001001 | 1000 | 111100 | 1010001 | 111011 |
Color Harmonies of #EAEB40
Complementary color
Monochromatic Colors of #EAEB40
Black with #EAEB40
Text Example
Text Example
White with #EAEB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEB40; }
p { color: rgb(234,235,64); }
H1.HeaderClassName
{
color: #EAEB40;
}
.AnyTagClassName
{
color: #EAEB40;
}
</style>
background-color css
<style>
a { background-color: #EAEB40; }
a { background-color: rgb(234,235,64); }
div.DivClassName
{
background-color: #EAEB40;
}
.BgClassName
{
background-color: #EAEB40;
}
</style>
border-color css
<style>
span { border-color: #EAEB40; }
span { border-color: rgb(234,235,64); }
td.TdClassName
{
border-color: #EAEB40;
}
.TagClassName
{
border-color: #EAEB40;
}
</style>