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