Shades of Starship #EBE33E
Tints of Starship #EBE33E
RGB
CMYK
RGB Variations
Color information
#EBE33E (or 0xEBE33E) is known color: Starship. HEX triplet: EB, E3 and 3E. RGB value is (235,227,62). Sum of RGB (Red+Green+Blue) = 235+227+62=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 62 (24.61% from 255 or 11.83% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE33E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE33E is #141CC1. Grayscale: #D3D3D3. Windows color (decimal): -1318082 or 4121579. OLE color: 4121579.
HSL color Cylindrical-coordinate representation of color #EBE33E: hue angle of 57.23º 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 #EBE33E is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 227 | 62 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.08 |
| HSL | 57.23º | 0.81% | 0.58% | - |
| HSV(B) | 57.23º | 0.74% | 0.92% | - |
| XYZ | 62.6 | 72.95 | 15.34 | - |
| YUV | 210.58 | 44.15 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 227 | 62 | 0 | 0.03 | 0.74 | 0.08 | 57.23 | 0.81 | 0.58 |
| Hex | EB | E3 | 3E | 0 | 3 | 4A | 8 | 39 | 51 | 3A |
| Octal | 353 | 343 | 76 | 0 | 3 | 112 | 10 | 71 | 121 | 72 |
| Binary | 11101011 | 11100011 | 111110 | 0 | 11 | 1001010 | 1000 | 111001 | 1010001 | 111010 |
Color Harmonies of #EBE33E
Complementary color
Monochromatic Colors of #EBE33E
Black with #EBE33E
Text Example
Text Example
White with #EBE33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE33E; }
p { color: rgb(235,227,62); }
H1.HeaderClassName
{
color: #EBE33E;
}
.AnyTagClassName
{
color: #EBE33E;
}
</style>
background-color css
<style>
a { background-color: #EBE33E; }
a { background-color: rgb(235,227,62); }
div.DivClassName
{
background-color: #EBE33E;
}
.BgClassName
{
background-color: #EBE33E;
}
</style>
border-color css
<style>
span { border-color: #EBE33E; }
span { border-color: rgb(235,227,62); }
td.TdClassName
{
border-color: #EBE33E;
}
.TagClassName
{
border-color: #EBE33E;
}
</style>