Shades of Starship #EBDB42
Tints of Starship #EBDB42
RGB
CMYK
RGB Variations
Color information
#EBDB42 (or 0xEBDB42) is known color: Starship. HEX triplet: EB, DB and 42. RGB value is (235,219,66). Sum of RGB (Red+Green+Blue) = 235+219+66=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 66 (26.17% from 255 or 12.69% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB42 is #1424BD. Grayscale: #CECECE. Windows color (decimal): -1320126 or 4381675. OLE color: 4381675.
HSL color Cylindrical-coordinate representation of color #EBDB42: hue angle of 54.32º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EBDB42 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 219 | 66 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.08 |
| HSL | 54.32º | 0.81% | 0.59% | - |
| HSV(B) | 54.32º | 0.72% | 0.92% | - |
| XYZ | 60.58 | 68.72 | 15.23 | - |
| YUV | 206.34 | 48.8 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 219 | 66 | 0 | 0.07 | 0.72 | 0.08 | 54.32 | 0.81 | 0.59 |
| Hex | EB | DB | 42 | 0 | 7 | 48 | 8 | 36 | 51 | 3B |
| Octal | 353 | 333 | 102 | 0 | 7 | 110 | 10 | 66 | 121 | 73 |
| Binary | 11101011 | 11011011 | 1000010 | 0 | 111 | 1001000 | 1000 | 110110 | 1010001 | 111011 |
Color Harmonies of #EBDB42
Complementary color
Monochromatic Colors of #EBDB42
Black with #EBDB42
Text Example
Text Example
White with #EBDB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDB42; }
p { color: rgb(235,219,66); }
H1.HeaderClassName
{
color: #EBDB42;
}
.AnyTagClassName
{
color: #EBDB42;
}
</style>
background-color css
<style>
a { background-color: #EBDB42; }
a { background-color: rgb(235,219,66); }
div.DivClassName
{
background-color: #EBDB42;
}
.BgClassName
{
background-color: #EBDB42;
}
</style>
border-color css
<style>
span { border-color: #EBDB42; }
span { border-color: rgb(235,219,66); }
td.TdClassName
{
border-color: #EBDB42;
}
.TagClassName
{
border-color: #EBDB42;
}
</style>