Shades of Starship #E7DF3C
Tints of Starship #E7DF3C
RGB
CMYK
RGB Variations
Color information
#E7DF3C (or 0xE7DF3C) is known color: Starship. HEX triplet: E7, DF and 3C. RGB value is (231,223,60). Sum of RGB (Red+Green+Blue) = 231+223+60=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 60 (23.83% from 255 or 11.67% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DF3C is #1820C3. Grayscale: #CFCFCF. Windows color (decimal): -1581252 or 3989479. OLE color: 3989479.
HSL color Cylindrical-coordinate representation of color #E7DF3C: hue angle of 57.19º 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 #E7DF3C is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 60 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.09 |
| HSL | 57.19º | 0.78% | 0.57% | - |
| HSV(B) | 57.19º | 0.74% | 0.91% | - |
| XYZ | 60.16 | 70.09 | 14.63 | - |
| YUV | 206.81 | 45.15 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 60 | 0 | 0.03 | 0.74 | 0.09 | 57.19 | 0.78 | 0.57 |
| Hex | E7 | DF | 3C | 0 | 3 | 4A | 9 | 39 | 4E | 39 |
| Octal | 347 | 337 | 74 | 0 | 3 | 112 | 11 | 71 | 116 | 71 |
| Binary | 11100111 | 11011111 | 111100 | 0 | 11 | 1001010 | 1001 | 111001 | 1001110 | 111001 |
Color Harmonies of #E7DF3C
Complementary color
Monochromatic Colors of #E7DF3C
Black with #E7DF3C
Text Example
Text Example
White with #E7DF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DF3C; }
p { color: rgb(231,223,60); }
H1.HeaderClassName
{
color: #E7DF3C;
}
.AnyTagClassName
{
color: #E7DF3C;
}
</style>
background-color css
<style>
a { background-color: #E7DF3C; }
a { background-color: rgb(231,223,60); }
div.DivClassName
{
background-color: #E7DF3C;
}
.BgClassName
{
background-color: #E7DF3C;
}
</style>
border-color css
<style>
span { border-color: #E7DF3C; }
span { border-color: rgb(231,223,60); }
td.TdClassName
{
border-color: #E7DF3C;
}
.TagClassName
{
border-color: #E7DF3C;
}
</style>