Shades of Starship #EADF44
Tints of Starship #EADF44
RGB
CMYK
RGB Variations
Color information
#EADF44 (or 0xEADF44) is known color: Starship. HEX triplet: EA, DF and 44. RGB value is (234,223,68). Sum of RGB (Red+Green+Blue) = 234+223+68=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 68 (26.95% from 255 or 12.95% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF44 is #1520BB. Grayscale: #D1D1D1. Windows color (decimal): -1384636 or 4513770. OLE color: 4513770.
HSL color Cylindrical-coordinate representation of color #EADF44: hue angle of 56.02º 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 #EADF44 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 68 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.08 |
| HSL | 56.02º | 0.8% | 0.59% | - |
| HSV(B) | 56.02º | 0.71% | 0.92% | - |
| XYZ | 61.36 | 70.69 | 15.88 | - |
| YUV | 208.62 | 48.64 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 68 | 0 | 0.05 | 0.71 | 0.08 | 56.02 | 0.8 | 0.59 |
| Hex | EA | DF | 44 | 0 | 5 | 47 | 8 | 38 | 50 | 3B |
| Octal | 352 | 337 | 104 | 0 | 5 | 107 | 10 | 70 | 120 | 73 |
| Binary | 11101010 | 11011111 | 1000100 | 0 | 101 | 1000111 | 1000 | 111000 | 1010000 | 111011 |
Color Harmonies of #EADF44
Complementary color
Monochromatic Colors of #EADF44
Black with #EADF44
Text Example
Text Example
White with #EADF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF44; }
p { color: rgb(234,223,68); }
H1.HeaderClassName
{
color: #EADF44;
}
.AnyTagClassName
{
color: #EADF44;
}
</style>
background-color css
<style>
a { background-color: #EADF44; }
a { background-color: rgb(234,223,68); }
div.DivClassName
{
background-color: #EADF44;
}
.BgClassName
{
background-color: #EADF44;
}
</style>
border-color css
<style>
span { border-color: #EADF44; }
span { border-color: rgb(234,223,68); }
td.TdClassName
{
border-color: #EADF44;
}
.TagClassName
{
border-color: #EADF44;
}
</style>