Shades of Starship #EADF46
Tints of Starship #EADF46
RGB
CMYK
RGB Variations
Color information
#EADF46 (or 0xEADF46) is known color: Starship. HEX triplet: EA, DF and 46. RGB value is (234,223,70). Sum of RGB (Red+Green+Blue) = 234+223+70=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 70 (27.73% from 255 or 13.28% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF46 is #1520B9. Grayscale: #D1D1D1. Windows color (decimal): -1384634 or 4644842. OLE color: 4644842.
HSL color Cylindrical-coordinate representation of color #EADF46: hue angle of 55.98º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EADF46 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 70 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.08 |
| HSL | 55.98º | 0.8% | 0.6% | - |
| HSV(B) | 55.98º | 0.7% | 0.92% | - |
| XYZ | 61.42 | 70.71 | 16.21 | - |
| YUV | 208.85 | 49.64 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 70 | 0 | 0.05 | 0.70 | 0.08 | 55.98 | 0.8 | 0.6 |
| Hex | EA | DF | 46 | 0 | 5 | 46 | 8 | 38 | 50 | 3C |
| Octal | 352 | 337 | 106 | 0 | 5 | 106 | 10 | 70 | 120 | 74 |
| Binary | 11101010 | 11011111 | 1000110 | 0 | 101 | 1000110 | 1000 | 111000 | 1010000 | 111100 |
Color Harmonies of #EADF46
Complementary color
Monochromatic Colors of #EADF46
Black with #EADF46
Text Example
Text Example
White with #EADF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF46; }
p { color: rgb(234,223,70); }
H1.HeaderClassName
{
color: #EADF46;
}
.AnyTagClassName
{
color: #EADF46;
}
</style>
background-color css
<style>
a { background-color: #EADF46; }
a { background-color: rgb(234,223,70); }
div.DivClassName
{
background-color: #EADF46;
}
.BgClassName
{
background-color: #EADF46;
}
</style>
border-color css
<style>
span { border-color: #EADF46; }
span { border-color: rgb(234,223,70); }
td.TdClassName
{
border-color: #EADF46;
}
.TagClassName
{
border-color: #EADF46;
}
</style>