Shades of Starship #E6DE34
Tints of Starship #E6DE34
RGB
CMYK
RGB Variations
Color information
#E6DE34 (or 0xE6DE34) is known color: Starship. HEX triplet: E6, DE and 34. RGB value is (230,222,52). Sum of RGB (Red+Green+Blue) = 230+222+52=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 52 (20.70% from 255 or 10.32% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6DE34 is #1921CB. Grayscale: #CDCDCD. Windows color (decimal): -1647052 or 3464934. OLE color: 3464934.
HSL color Cylindrical-coordinate representation of color #E6DE34: hue angle of 57.3º 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 #E6DE34 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 52 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.10 |
| HSL | 57.3º | 0.78% | 0.55% | - |
| HSV(B) | 57.3º | 0.77% | 0.9% | - |
| XYZ | 59.37 | 69.31 | 13.5 | - |
| YUV | 205.01 | 41.65 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 52 | 0 | 0.03 | 0.77 | 0.10 | 57.3 | 0.78 | 0.55 |
| Hex | E6 | DE | 34 | 0 | 3 | 4D | A | 39 | 4E | 37 |
| Octal | 346 | 336 | 64 | 0 | 3 | 115 | 12 | 71 | 116 | 67 |
| Binary | 11100110 | 11011110 | 110100 | 0 | 11 | 1001101 | 1010 | 111001 | 1001110 | 110111 |
Color Harmonies of #E6DE34
Complementary color
Monochromatic Colors of #E6DE34
Black with #E6DE34
Text Example
Text Example
White with #E6DE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DE34; }
p { color: rgb(230,222,52); }
H1.HeaderClassName
{
color: #E6DE34;
}
.AnyTagClassName
{
color: #E6DE34;
}
</style>
background-color css
<style>
a { background-color: #E6DE34; }
a { background-color: rgb(230,222,52); }
div.DivClassName
{
background-color: #E6DE34;
}
.BgClassName
{
background-color: #E6DE34;
}
</style>
border-color css
<style>
span { border-color: #E6DE34; }
span { border-color: rgb(230,222,52); }
td.TdClassName
{
border-color: #E6DE34;
}
.TagClassName
{
border-color: #E6DE34;
}
</style>