Shades of Starship #E7DB3E
Tints of Starship #E7DB3E
RGB
CMYK
RGB Variations
Color information
#E7DB3E (or 0xE7DB3E) is known color: Starship. HEX triplet: E7, DB and 3E. RGB value is (231,219,62). Sum of RGB (Red+Green+Blue) = 231+219+62=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 62 (24.61% from 255 or 12.11% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DB3E is #1824C1. Grayscale: #CDCDCD. Windows color (decimal): -1582274 or 4119527. OLE color: 4119527.
HSL color Cylindrical-coordinate representation of color #E7DB3E: hue angle of 55.74º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E7DB3E is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 219 | 62 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.09 |
| HSL | 55.74º | 0.78% | 0.57% | - |
| HSV(B) | 55.74º | 0.73% | 0.91% | - |
| XYZ | 59.16 | 68 | 14.56 | - |
| YUV | 204.69 | 47.48 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 219 | 62 | 0 | 0.05 | 0.73 | 0.09 | 55.74 | 0.78 | 0.57 |
| Hex | E7 | DB | 3E | 0 | 5 | 49 | 9 | 38 | 4E | 39 |
| Octal | 347 | 333 | 76 | 0 | 5 | 111 | 11 | 70 | 116 | 71 |
| Binary | 11100111 | 11011011 | 111110 | 0 | 101 | 1001001 | 1001 | 111000 | 1001110 | 111001 |
Color Harmonies of #E7DB3E
Complementary color
Monochromatic Colors of #E7DB3E
Black with #E7DB3E
Text Example
Text Example
White with #E7DB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DB3E; }
p { color: rgb(231,219,62); }
H1.HeaderClassName
{
color: #E7DB3E;
}
.AnyTagClassName
{
color: #E7DB3E;
}
</style>
background-color css
<style>
a { background-color: #E7DB3E; }
a { background-color: rgb(231,219,62); }
div.DivClassName
{
background-color: #E7DB3E;
}
.BgClassName
{
background-color: #E7DB3E;
}
</style>
border-color css
<style>
span { border-color: #E7DB3E; }
span { border-color: rgb(231,219,62); }
td.TdClassName
{
border-color: #E7DB3E;
}
.TagClassName
{
border-color: #E7DB3E;
}
</style>