Shades of Starship #EAEB3E
Tints of Starship #EAEB3E
RGB
CMYK
RGB Variations
Color information
#EAEB3E (or 0xEAEB3E) is known color: Starship. HEX triplet: EA, EB and 3E. RGB value is (234,235,62). Sum of RGB (Red+Green+Blue) = 234+235+62=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 62 (24.61% from 255 or 11.68% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEB3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEB3E is #1514C1. Grayscale: #D7D7D7. Windows color (decimal): -1381570 or 4123626. OLE color: 4123626.
HSL color Cylindrical-coordinate representation of color #EAEB3E: hue angle of 60.35º 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 #EAEB3E is Cyan = 0.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 235 | 62 | - |
| CMYK | 0.00 | 0 | 0.74 | 0.08 |
| HSL | 60.35º | 0.81% | 0.58% | - |
| HSV(B) | 60.35º | 0.74% | 0.92% | - |
| XYZ | 64.51 | 77.26 | 16.07 | - |
| YUV | 214.98 | 41.67 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 235 | 62 | 0.00 | 0 | 0.74 | 0.08 | 60.35 | 0.81 | 0.58 |
| Hex | EA | EB | 3E | 0 | 0 | 4A | 8 | 3C | 51 | 3A |
| Octal | 352 | 353 | 76 | 0 | 0 | 112 | 10 | 74 | 121 | 72 |
| Binary | 11101010 | 11101011 | 111110 | 0 | 0 | 1001010 | 1000 | 111100 | 1010001 | 111010 |
Color Harmonies of #EAEB3E
Complementary color
Monochromatic Colors of #EAEB3E
Black with #EAEB3E
Text Example
Text Example
White with #EAEB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEB3E; }
p { color: rgb(234,235,62); }
H1.HeaderClassName
{
color: #EAEB3E;
}
.AnyTagClassName
{
color: #EAEB3E;
}
</style>
background-color css
<style>
a { background-color: #EAEB3E; }
a { background-color: rgb(234,235,62); }
div.DivClassName
{
background-color: #EAEB3E;
}
.BgClassName
{
background-color: #EAEB3E;
}
</style>
border-color css
<style>
span { border-color: #EAEB3E; }
span { border-color: rgb(234,235,62); }
td.TdClassName
{
border-color: #EAEB3E;
}
.TagClassName
{
border-color: #EAEB3E;
}
</style>