Shades of Starship #E6DF35
Tints of Starship #E6DF35
RGB
CMYK
RGB Variations
Color information
#E6DF35 (or 0xE6DF35) is known color: Starship. HEX triplet: E6, DF and 35. RGB value is (230,223,53). Sum of RGB (Red+Green+Blue) = 230+223+53=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 53 (21.09% from 255 or 10.47% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DF35 is #1920CA. Grayscale: #CECECE. Windows color (decimal): -1646795 or 3530726. OLE color: 3530726.
HSL color Cylindrical-coordinate representation of color #E6DF35: hue angle of 57.63º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6DF35 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 53 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.10 |
| HSL | 57.63º | 0.78% | 0.55% | - |
| HSV(B) | 57.63º | 0.77% | 0.9% | - |
| XYZ | 59.66 | 69.86 | 13.71 | - |
| YUV | 205.71 | 41.82 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 53 | 0 | 0.03 | 0.77 | 0.10 | 57.63 | 0.78 | 0.55 |
| Hex | E6 | DF | 35 | 0 | 3 | 4D | A | 3A | 4E | 37 |
| Octal | 346 | 337 | 65 | 0 | 3 | 115 | 12 | 72 | 116 | 67 |
| Binary | 11100110 | 11011111 | 110101 | 0 | 11 | 1001101 | 1010 | 111010 | 1001110 | 110111 |
Color Harmonies of #E6DF35
Complementary color
Monochromatic Colors of #E6DF35
Black with #E6DF35
Text Example
Text Example
White with #E6DF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF35; }
p { color: rgb(230,223,53); }
H1.HeaderClassName
{
color: #E6DF35;
}
.AnyTagClassName
{
color: #E6DF35;
}
</style>
background-color css
<style>
a { background-color: #E6DF35; }
a { background-color: rgb(230,223,53); }
div.DivClassName
{
background-color: #E6DF35;
}
.BgClassName
{
background-color: #E6DF35;
}
</style>
border-color css
<style>
span { border-color: #E6DF35; }
span { border-color: rgb(230,223,53); }
td.TdClassName
{
border-color: #E6DF35;
}
.TagClassName
{
border-color: #E6DF35;
}
</style>