Shades of Starship #EBDB3E
Tints of Starship #EBDB3E
RGB
CMYK
RGB Variations
Color information
#EBDB3E (or 0xEBDB3E) is known color: Starship. HEX triplet: EB, DB and 3E. RGB value is (235,219,62). Sum of RGB (Red+Green+Blue) = 235+219+62=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 62 (24.61% from 255 or 12.02% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB3E is #1424C1. Grayscale: #CECECE. Windows color (decimal): -1320130 or 4119531. OLE color: 4119531.
HSL color Cylindrical-coordinate representation of color #EBDB3E: hue angle of 54.45º 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 #EBDB3E is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 62 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.08 |
| HSL | 54.45º | 0.81% | 0.58% | - |
| HSV(B) | 54.45º | 0.74% | 0.92% | - |
| XYZ | 60.46 | 68.67 | 14.63 | - |
| YUV | 205.89 | 46.8 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 62 | 0 | 0.07 | 0.74 | 0.08 | 54.45 | 0.81 | 0.58 |
| Hex | EB | DB | 3E | 0 | 7 | 4A | 8 | 36 | 51 | 3A |
| Octal | 353 | 333 | 76 | 0 | 7 | 112 | 10 | 66 | 121 | 72 |
| Binary | 11101011 | 11011011 | 111110 | 0 | 111 | 1001010 | 1000 | 110110 | 1010001 | 111010 |
Color Harmonies of #EBDB3E
Complementary color
Monochromatic Colors of #EBDB3E
Black with #EBDB3E
Text Example
Text Example
White with #EBDB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB3E; }
p { color: rgb(235,219,62); }
H1.HeaderClassName
{
color: #EBDB3E;
}
.AnyTagClassName
{
color: #EBDB3E;
}
</style>
background-color css
<style>
a { background-color: #EBDB3E; }
a { background-color: rgb(235,219,62); }
div.DivClassName
{
background-color: #EBDB3E;
}
.BgClassName
{
background-color: #EBDB3E;
}
</style>
border-color css
<style>
span { border-color: #EBDB3E; }
span { border-color: rgb(235,219,62); }
td.TdClassName
{
border-color: #EBDB3E;
}
.TagClassName
{
border-color: #EBDB3E;
}
</style>