Shades of Starship #E6DF3A
Tints of Starship #E6DF3A
RGB
CMYK
RGB Variations
Color information
#E6DF3A (or 0xE6DF3A) is known color: Starship. HEX triplet: E6, DF and 3A. RGB value is (230,223,58). Sum of RGB (Red+Green+Blue) = 230+223+58=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 58 (23.05% from 255 or 11.35% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DF3A is #1920C5. Grayscale: #CECECE. Windows color (decimal): -1646790 or 3858406. OLE color: 3858406.
HSL color Cylindrical-coordinate representation of color #E6DF3A: hue angle of 57.56º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E6DF3A is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 223 | 58 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.10 |
| HSL | 57.56º | 0.77% | 0.56% | - |
| HSV(B) | 57.56º | 0.75% | 0.9% | - |
| XYZ | 59.78 | 69.9 | 14.34 | - |
| YUV | 206.28 | 44.32 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 223 | 58 | 0 | 0.03 | 0.75 | 0.10 | 57.56 | 0.77 | 0.56 |
| Hex | E6 | DF | 3A | 0 | 3 | 4B | A | 3A | 4D | 38 |
| Octal | 346 | 337 | 72 | 0 | 3 | 113 | 12 | 72 | 115 | 70 |
| Binary | 11100110 | 11011111 | 111010 | 0 | 11 | 1001011 | 1010 | 111010 | 1001101 | 111000 |
Color Harmonies of #E6DF3A
Complementary color
Monochromatic Colors of #E6DF3A
Black with #E6DF3A
Text Example
Text Example
White with #E6DF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DF3A; }
p { color: rgb(230,223,58); }
H1.HeaderClassName
{
color: #E6DF3A;
}
.AnyTagClassName
{
color: #E6DF3A;
}
</style>
background-color css
<style>
a { background-color: #E6DF3A; }
a { background-color: rgb(230,223,58); }
div.DivClassName
{
background-color: #E6DF3A;
}
.BgClassName
{
background-color: #E6DF3A;
}
</style>
border-color css
<style>
span { border-color: #E6DF3A; }
span { border-color: rgb(230,223,58); }
td.TdClassName
{
border-color: #E6DF3A;
}
.TagClassName
{
border-color: #E6DF3A;
}
</style>