Shades of Starship #EBDB46
Tints of Starship #EBDB46
RGB
CMYK
RGB Variations
Color information
#EBDB46 (or 0xEBDB46) is known color: Starship. HEX triplet: EB, DB and 46. RGB value is (235,219,70). Sum of RGB (Red+Green+Blue) = 235+219+70=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 70 (27.73% from 255 or 13.36% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB46 is #1424B9. Grayscale: #CFCFCF. Windows color (decimal): -1320122 or 4643819. OLE color: 4643819.
HSL color Cylindrical-coordinate representation of color #EBDB46: hue angle of 54.18º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBDB46 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 70 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.08 |
| HSL | 54.18º | 0.8% | 0.6% | - |
| HSV(B) | 54.18º | 0.7% | 0.92% | - |
| XYZ | 60.7 | 68.77 | 15.87 | - |
| YUV | 206.8 | 50.8 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 70 | 0 | 0.07 | 0.70 | 0.08 | 54.18 | 0.8 | 0.6 |
| Hex | EB | DB | 46 | 0 | 7 | 46 | 8 | 36 | 50 | 3C |
| Octal | 353 | 333 | 106 | 0 | 7 | 106 | 10 | 66 | 120 | 74 |
| Binary | 11101011 | 11011011 | 1000110 | 0 | 111 | 1000110 | 1000 | 110110 | 1010000 | 111100 |
Color Harmonies of #EBDB46
Complementary color
Monochromatic Colors of #EBDB46
Black with #EBDB46
Text Example
Text Example
White with #EBDB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB46; }
p { color: rgb(235,219,70); }
H1.HeaderClassName
{
color: #EBDB46;
}
.AnyTagClassName
{
color: #EBDB46;
}
</style>
background-color css
<style>
a { background-color: #EBDB46; }
a { background-color: rgb(235,219,70); }
div.DivClassName
{
background-color: #EBDB46;
}
.BgClassName
{
background-color: #EBDB46;
}
</style>
border-color css
<style>
span { border-color: #EBDB46; }
span { border-color: rgb(235,219,70); }
td.TdClassName
{
border-color: #EBDB46;
}
.TagClassName
{
border-color: #EBDB46;
}
</style>