Shades of Starship #E7DF35
Tints of Starship #E7DF35
RGB
CMYK
RGB Variations
Color information
#E7DF35 (or 0xE7DF35) is known color: Starship. HEX triplet: E7, DF and 35. RGB value is (231,223,53). Sum of RGB (Red+Green+Blue) = 231+223+53=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 53 (21.09% from 255 or 10.45% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DF35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7DF35 is #1820CA. Grayscale: #CECECE. Windows color (decimal): -1581259 or 3530727. OLE color: 3530727.
HSL color Cylindrical-coordinate representation of color #E7DF35: hue angle of 57.3º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7DF35 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 223 | 53 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.09 |
| HSL | 57.3º | 0.79% | 0.56% | - |
| HSV(B) | 57.3º | 0.77% | 0.91% | - |
| XYZ | 59.99 | 70.02 | 13.72 | - |
| YUV | 206.01 | 41.65 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 223 | 53 | 0 | 0.03 | 0.77 | 0.09 | 57.3 | 0.79 | 0.56 |
| Hex | E7 | DF | 35 | 0 | 3 | 4D | 9 | 39 | 4F | 38 |
| Octal | 347 | 337 | 65 | 0 | 3 | 115 | 11 | 71 | 117 | 70 |
| Binary | 11100111 | 11011111 | 110101 | 0 | 11 | 1001101 | 1001 | 111001 | 1001111 | 111000 |
Color Harmonies of #E7DF35
Complementary color
Monochromatic Colors of #E7DF35
Black with #E7DF35
Text Example
Text Example
White with #E7DF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DF35; }
p { color: rgb(231,223,53); }
H1.HeaderClassName
{
color: #E7DF35;
}
.AnyTagClassName
{
color: #E7DF35;
}
</style>
background-color css
<style>
a { background-color: #E7DF35; }
a { background-color: rgb(231,223,53); }
div.DivClassName
{
background-color: #E7DF35;
}
.BgClassName
{
background-color: #E7DF35;
}
</style>
border-color css
<style>
span { border-color: #E7DF35; }
span { border-color: rgb(231,223,53); }
td.TdClassName
{
border-color: #E7DF35;
}
.TagClassName
{
border-color: #E7DF35;
}
</style>