Shades of Starship #E7D440
Tints of Starship #E7D440
RGB
CMYK
RGB Variations
Color information
#E7D440 (or 0xE7D440) is known color: Starship. HEX triplet: E7, D4 and 40. RGB value is (231,212,64). Sum of RGB (Red+Green+Blue) = 231+212+64=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D440 is #182BBF. Grayscale: #C9C9C9. Windows color (decimal): -1584064 or 4248807. OLE color: 4248807.
HSL color Cylindrical-coordinate representation of color #E7D440: hue angle of 53.17º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7D440 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 212 | 64 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.09 |
| HSL | 53.17º | 0.78% | 0.58% | - |
| HSV(B) | 53.17º | 0.72% | 0.91% | - |
| XYZ | 57.42 | 64.45 | 14.26 | - |
| YUV | 200.81 | 50.79 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 212 | 64 | 0 | 0.08 | 0.72 | 0.09 | 53.17 | 0.78 | 0.58 |
| Hex | E7 | D4 | 40 | 0 | 8 | 48 | 9 | 35 | 4E | 3A |
| Octal | 347 | 324 | 100 | 0 | 10 | 110 | 11 | 65 | 116 | 72 |
| Binary | 11100111 | 11010100 | 1000000 | 0 | 1000 | 1001000 | 1001 | 110101 | 1001110 | 111010 |
Color Harmonies of #E7D440
Complementary color
Monochromatic Colors of #E7D440
Black with #E7D440
Text Example
Text Example
White with #E7D440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D440; }
p { color: rgb(231,212,64); }
H1.HeaderClassName
{
color: #E7D440;
}
.AnyTagClassName
{
color: #E7D440;
}
</style>
background-color css
<style>
a { background-color: #E7D440; }
a { background-color: rgb(231,212,64); }
div.DivClassName
{
background-color: #E7D440;
}
.BgClassName
{
background-color: #E7D440;
}
</style>
border-color css
<style>
span { border-color: #E7D440; }
span { border-color: rgb(231,212,64); }
td.TdClassName
{
border-color: #E7D440;
}
.TagClassName
{
border-color: #E7D440;
}
</style>