Shades of Starship #EBDE3C
Tints of Starship #EBDE3C
RGB
CMYK
RGB Variations
Color information
#EBDE3C (or 0xEBDE3C) is known color: Starship. HEX triplet: EB, DE and 3C. RGB value is (235,222,60). Sum of RGB (Red+Green+Blue) = 235+222+60=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 60 (23.83% from 255 or 11.61% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDE3C is #1421C3. Grayscale: #D0D0D0. Windows color (decimal): -1319364 or 3989227. OLE color: 3989227.
HSL color Cylindrical-coordinate representation of color #EBDE3C: hue angle of 55.54º 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 #EBDE3C is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 222 | 60 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.08 |
| HSL | 55.54º | 0.81% | 0.58% | - |
| HSV(B) | 55.54º | 0.74% | 0.92% | - |
| XYZ | 61.2 | 70.23 | 14.61 | - |
| YUV | 207.42 | 44.81 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 222 | 60 | 0 | 0.06 | 0.74 | 0.08 | 55.54 | 0.81 | 0.58 |
| Hex | EB | DE | 3C | 0 | 6 | 4A | 8 | 38 | 51 | 3A |
| Octal | 353 | 336 | 74 | 0 | 6 | 112 | 10 | 70 | 121 | 72 |
| Binary | 11101011 | 11011110 | 111100 | 0 | 110 | 1001010 | 1000 | 111000 | 1010001 | 111010 |
Color Harmonies of #EBDE3C
Complementary color
Monochromatic Colors of #EBDE3C
Black with #EBDE3C
Text Example
Text Example
White with #EBDE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDE3C; }
p { color: rgb(235,222,60); }
H1.HeaderClassName
{
color: #EBDE3C;
}
.AnyTagClassName
{
color: #EBDE3C;
}
</style>
background-color css
<style>
a { background-color: #EBDE3C; }
a { background-color: rgb(235,222,60); }
div.DivClassName
{
background-color: #EBDE3C;
}
.BgClassName
{
background-color: #EBDE3C;
}
</style>
border-color css
<style>
span { border-color: #EBDE3C; }
span { border-color: rgb(235,222,60); }
td.TdClassName
{
border-color: #EBDE3C;
}
.TagClassName
{
border-color: #EBDE3C;
}
</style>