Shades of Starship #EBDF3C
Tints of Starship #EBDF3C
RGB
CMYK
RGB Variations
Color information
#EBDF3C (or 0xEBDF3C) is known color: Starship. HEX triplet: EB, DF and 3C. RGB value is (235,223,60). Sum of RGB (Red+Green+Blue) = 235+223+60=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 60 (23.83% from 255 or 11.58% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF3C is #1420C3. Grayscale: #D0D0D0. Windows color (decimal): -1319108 or 3989483. OLE color: 3989483.
HSL color Cylindrical-coordinate representation of color #EBDF3C: hue angle of 55.89º 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 #EBDF3C is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 223 | 60 | - |
CMYK | 0 | 0.05 | 0.74 | 0.08 |
HSL | 55.89º | 0.81% | 0.58% | - |
HSV(B) | 55.89º | 0.74% | 0.92% | - |
XYZ | 61.46 | 70.76 | 14.69 | - |
YUV | 208.01 | 44.48 | 147.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 223 | 60 | 0 | 0.05 | 0.74 | 0.08 | 55.89 | 0.81 | 0.58 |
Hex | EB | DF | 3C | 0 | 5 | 4A | 8 | 38 | 51 | 3A |
Octal | 353 | 337 | 74 | 0 | 5 | 112 | 10 | 70 | 121 | 72 |
Binary | 11101011 | 11011111 | 111100 | 0 | 101 | 1001010 | 1000 | 111000 | 1010001 | 111010 |
Color Harmonies of #EBDF3C
Complementary color
Monochromatic Colors of #EBDF3C
Black with #EBDF3C
Text Example
Text Example
White with #EBDF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDF3C; }
p { color: rgb(235,223,60); }
H1.HeaderClassName
{
color: #EBDF3C;
}
.AnyTagClassName
{
color: #EBDF3C;
}
</style>
background-color css
<style>
a { background-color: #EBDF3C; }
a { background-color: rgb(235,223,60); }
div.DivClassName
{
background-color: #EBDF3C;
}
.BgClassName
{
background-color: #EBDF3C;
}
</style>
border-color css
<style>
span { border-color: #EBDF3C; }
span { border-color: rgb(235,223,60); }
td.TdClassName
{
border-color: #EBDF3C;
}
.TagClassName
{
border-color: #EBDF3C;
}
</style>