Shades of Starship #EADF45
Tints of Starship #EADF45
RGB
CMYK
RGB Variations
Color information
#EADF45 (or 0xEADF45) is known color: Starship. HEX triplet: EA, DF and 45. RGB value is (234,223,69). Sum of RGB (Red+Green+Blue) = 234+223+69=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 69 (27.34% from 255 or 13.12% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF45 is #1520BA. Grayscale: #D1D1D1. Windows color (decimal): -1384635 or 4579306. OLE color: 4579306.
HSL color Cylindrical-coordinate representation of color #EADF45: hue angle of 56º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EADF45 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 69 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.08 |
| HSL | 56º | 0.8% | 0.59% | - |
| HSV(B) | 56º | 0.71% | 0.92% | - |
| XYZ | 61.39 | 70.7 | 16.04 | - |
| YUV | 208.73 | 49.14 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 69 | 0 | 0.05 | 0.71 | 0.08 | 56 | 0.8 | 0.59 |
| Hex | EA | DF | 45 | 0 | 5 | 47 | 8 | 38 | 50 | 3B |
| Octal | 352 | 337 | 105 | 0 | 5 | 107 | 10 | 70 | 120 | 73 |
| Binary | 11101010 | 11011111 | 1000101 | 0 | 101 | 1000111 | 1000 | 111000 | 1010000 | 111011 |
Color Harmonies of #EADF45
Complementary color
Monochromatic Colors of #EADF45
Black with #EADF45
Text Example
Text Example
White with #EADF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF45; }
p { color: rgb(234,223,69); }
H1.HeaderClassName
{
color: #EADF45;
}
.AnyTagClassName
{
color: #EADF45;
}
</style>
background-color css
<style>
a { background-color: #EADF45; }
a { background-color: rgb(234,223,69); }
div.DivClassName
{
background-color: #EADF45;
}
.BgClassName
{
background-color: #EADF45;
}
</style>
border-color css
<style>
span { border-color: #EADF45; }
span { border-color: rgb(234,223,69); }
td.TdClassName
{
border-color: #EADF45;
}
.TagClassName
{
border-color: #EADF45;
}
</style>