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