Shades of Starship #E7DB3C
Tints of Starship #E7DB3C
RGB
CMYK
RGB Variations
Color information
#E7DB3C (or 0xE7DB3C) is known color: Starship. HEX triplet: E7, DB and 3C. RGB value is (231,219,60). Sum of RGB (Red+Green+Blue) = 231+219+60=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 60 (23.83% from 255 or 11.76% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DB3C is #1824C3. Grayscale: #CDCDCD. Windows color (decimal): -1582276 or 3988455. OLE color: 3988455.
HSL color Cylindrical-coordinate representation of color #E7DB3C: hue angle of 55.79º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E7DB3C is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 60 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.09 |
| HSL | 55.79º | 0.78% | 0.57% | - |
| HSV(B) | 55.79º | 0.74% | 0.91% | - |
| XYZ | 59.1 | 67.98 | 14.28 | - |
| YUV | 204.46 | 46.48 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 60 | 0 | 0.05 | 0.74 | 0.09 | 55.79 | 0.78 | 0.57 |
| Hex | E7 | DB | 3C | 0 | 5 | 4A | 9 | 38 | 4E | 39 |
| Octal | 347 | 333 | 74 | 0 | 5 | 112 | 11 | 70 | 116 | 71 |
| Binary | 11100111 | 11011011 | 111100 | 0 | 101 | 1001010 | 1001 | 111000 | 1001110 | 111001 |
Color Harmonies of #E7DB3C
Complementary color
Monochromatic Colors of #E7DB3C
Black with #E7DB3C
Text Example
Text Example
White with #E7DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB3C; }
p { color: rgb(231,219,60); }
H1.HeaderClassName
{
color: #E7DB3C;
}
.AnyTagClassName
{
color: #E7DB3C;
}
</style>
background-color css
<style>
a { background-color: #E7DB3C; }
a { background-color: rgb(231,219,60); }
div.DivClassName
{
background-color: #E7DB3C;
}
.BgClassName
{
background-color: #E7DB3C;
}
</style>
border-color css
<style>
span { border-color: #E7DB3C; }
span { border-color: rgb(231,219,60); }
td.TdClassName
{
border-color: #E7DB3C;
}
.TagClassName
{
border-color: #E7DB3C;
}
</style>