Shades of Starship #E7DD40
Tints of Starship #E7DD40
RGB
CMYK
RGB Variations
Color information
#E7DD40 (or 0xE7DD40) is known color: Starship. HEX triplet: E7, DD and 40. RGB value is (231,221,64). Sum of RGB (Red+Green+Blue) = 231+221+64=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DD40 is #1822BF. Grayscale: #CECECE. Windows color (decimal): -1581760 or 4251111. OLE color: 4251111.
HSL color Cylindrical-coordinate representation of color #E7DD40: hue angle of 56.41º 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 #E7DD40 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 64 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.09 |
| HSL | 56.41º | 0.78% | 0.58% | - |
| HSV(B) | 56.41º | 0.72% | 0.91% | - |
| XYZ | 59.74 | 69.07 | 15.03 | - |
| YUV | 206.09 | 47.81 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 64 | 0 | 0.04 | 0.72 | 0.09 | 56.41 | 0.78 | 0.58 |
| Hex | E7 | DD | 40 | 0 | 4 | 48 | 9 | 38 | 4E | 3A |
| Octal | 347 | 335 | 100 | 0 | 4 | 110 | 11 | 70 | 116 | 72 |
| Binary | 11100111 | 11011101 | 1000000 | 0 | 100 | 1001000 | 1001 | 111000 | 1001110 | 111010 |
Color Harmonies of #E7DD40
Complementary color
Monochromatic Colors of #E7DD40
Black with #E7DD40
Text Example
Text Example
White with #E7DD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD40; }
p { color: rgb(231,221,64); }
H1.HeaderClassName
{
color: #E7DD40;
}
.AnyTagClassName
{
color: #E7DD40;
}
</style>
background-color css
<style>
a { background-color: #E7DD40; }
a { background-color: rgb(231,221,64); }
div.DivClassName
{
background-color: #E7DD40;
}
.BgClassName
{
background-color: #E7DD40;
}
</style>
border-color css
<style>
span { border-color: #E7DD40; }
span { border-color: rgb(231,221,64); }
td.TdClassName
{
border-color: #E7DD40;
}
.TagClassName
{
border-color: #E7DD40;
}
</style>