Shades of Starship #EADC42
Tints of Starship #EADC42
RGB
CMYK
RGB Variations
Color information
#EADC42 (or 0xEADC42) is known color: Starship. HEX triplet: EA, DC and 42. RGB value is (234,220,66). Sum of RGB (Red+Green+Blue) = 234+220+66=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 66 (26.17% from 255 or 12.69% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADC42 is #1523BD. Grayscale: #CFCFCF. Windows color (decimal): -1385406 or 4381930. OLE color: 4381930.
HSL color Cylindrical-coordinate representation of color #EADC42: hue angle of 55º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EADC42 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 220 | 66 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.08 |
| HSL | 55º | 0.8% | 0.59% | - |
| HSV(B) | 55º | 0.72% | 0.92% | - |
| XYZ | 60.51 | 69.07 | 15.3 | - |
| YUV | 206.63 | 48.64 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 220 | 66 | 0 | 0.06 | 0.72 | 0.08 | 55 | 0.8 | 0.59 |
| Hex | EA | DC | 42 | 0 | 6 | 48 | 8 | 37 | 50 | 3B |
| Octal | 352 | 334 | 102 | 0 | 6 | 110 | 10 | 67 | 120 | 73 |
| Binary | 11101010 | 11011100 | 1000010 | 0 | 110 | 1001000 | 1000 | 110111 | 1010000 | 111011 |
Color Harmonies of #EADC42
Complementary color
Monochromatic Colors of #EADC42
Black with #EADC42
Text Example
Text Example
White with #EADC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADC42; }
p { color: rgb(234,220,66); }
H1.HeaderClassName
{
color: #EADC42;
}
.AnyTagClassName
{
color: #EADC42;
}
</style>
background-color css
<style>
a { background-color: #EADC42; }
a { background-color: rgb(234,220,66); }
div.DivClassName
{
background-color: #EADC42;
}
.BgClassName
{
background-color: #EADC42;
}
</style>
border-color css
<style>
span { border-color: #EADC42; }
span { border-color: rgb(234,220,66); }
td.TdClassName
{
border-color: #EADC42;
}
.TagClassName
{
border-color: #EADC42;
}
</style>