Shades of Starship #EBDF40
Tints of Starship #EBDF40
RGB
CMYK
RGB Variations
Color information
#EBDF40 (or 0xEBDF40) is known color: Starship. HEX triplet: EB, DF and 40. RGB value is (235,223,64). Sum of RGB (Red+Green+Blue) = 235+223+64=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF40 is #1420BF. Grayscale: #D1D1D1. Windows color (decimal): -1319104 or 4251627. OLE color: 4251627.
HSL color Cylindrical-coordinate representation of color #EBDF40: hue angle of 55.79º 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 #EBDF40 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 223 | 64 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.08 |
| HSL | 55.79º | 0.81% | 0.59% | - |
| HSV(B) | 55.79º | 0.73% | 0.92% | - |
| XYZ | 61.57 | 70.81 | 15.27 | - |
| YUV | 208.46 | 46.48 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 223 | 64 | 0 | 0.05 | 0.73 | 0.08 | 55.79 | 0.81 | 0.59 |
| Hex | EB | DF | 40 | 0 | 5 | 49 | 8 | 38 | 51 | 3B |
| Octal | 353 | 337 | 100 | 0 | 5 | 111 | 10 | 70 | 121 | 73 |
| Binary | 11101011 | 11011111 | 1000000 | 0 | 101 | 1001001 | 1000 | 111000 | 1010001 | 111011 |
Color Harmonies of #EBDF40
Complementary color
Monochromatic Colors of #EBDF40
Black with #EBDF40
Text Example
Text Example
White with #EBDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDF40; }
p { color: rgb(235,223,64); }
H1.HeaderClassName
{
color: #EBDF40;
}
.AnyTagClassName
{
color: #EBDF40;
}
</style>
background-color css
<style>
a { background-color: #EBDF40; }
a { background-color: rgb(235,223,64); }
div.DivClassName
{
background-color: #EBDF40;
}
.BgClassName
{
background-color: #EBDF40;
}
</style>
border-color css
<style>
span { border-color: #EBDF40; }
span { border-color: rgb(235,223,64); }
td.TdClassName
{
border-color: #EBDF40;
}
.TagClassName
{
border-color: #EBDF40;
}
</style>