Shades of Starship #EBDB40
Tints of Starship #EBDB40
RGB
CMYK
RGB Variations
Color information
#EBDB40 (or 0xEBDB40) is known color: Starship. HEX triplet: EB, DB and 40. RGB value is (235,219,64). Sum of RGB (Red+Green+Blue) = 235+219+64=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 64 (25.39% from 255 or 12.36% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB40 is #1424BF. Grayscale: #CECECE. Windows color (decimal): -1320128 or 4250603. OLE color: 4250603.
HSL color Cylindrical-coordinate representation of color #EBDB40: hue angle of 54.39º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBDB40 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 64 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.08 |
| HSL | 54.39º | 0.81% | 0.59% | - |
| HSV(B) | 54.39º | 0.73% | 0.92% | - |
| XYZ | 60.52 | 68.7 | 14.92 | - |
| YUV | 206.11 | 47.8 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 64 | 0 | 0.07 | 0.73 | 0.08 | 54.39 | 0.81 | 0.59 |
| Hex | EB | DB | 40 | 0 | 7 | 49 | 8 | 36 | 51 | 3B |
| Octal | 353 | 333 | 100 | 0 | 7 | 111 | 10 | 66 | 121 | 73 |
| Binary | 11101011 | 11011011 | 1000000 | 0 | 111 | 1001001 | 1000 | 110110 | 1010001 | 111011 |
Color Harmonies of #EBDB40
Complementary color
Monochromatic Colors of #EBDB40
Black with #EBDB40
Text Example
Text Example
White with #EBDB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB40; }
p { color: rgb(235,219,64); }
H1.HeaderClassName
{
color: #EBDB40;
}
.AnyTagClassName
{
color: #EBDB40;
}
</style>
background-color css
<style>
a { background-color: #EBDB40; }
a { background-color: rgb(235,219,64); }
div.DivClassName
{
background-color: #EBDB40;
}
.BgClassName
{
background-color: #EBDB40;
}
</style>
border-color css
<style>
span { border-color: #EBDB40; }
span { border-color: rgb(235,219,64); }
td.TdClassName
{
border-color: #EBDB40;
}
.TagClassName
{
border-color: #EBDB40;
}
</style>