Shades of Starship #EADF41
Tints of Starship #EADF41
RGB
CMYK
RGB Variations
Color information
#EADF41 (or 0xEADF41) is known color: Starship. HEX triplet: EA, DF and 41. RGB value is (234,223,65). Sum of RGB (Red+Green+Blue) = 234+223+65=522 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.83% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 65 (25.78% from 255 or 12.45% from 522); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF41 is #1520BE. Grayscale: #D0D0D0. Windows color (decimal): -1384639 or 4317162. OLE color: 4317162.
HSL color Cylindrical-coordinate representation of color #EADF41: hue angle of 56.09º 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 #EADF41 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 65 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.08 |
| HSL | 56.09º | 0.8% | 0.59% | - |
| HSV(B) | 56.09º | 0.72% | 0.92% | - |
| XYZ | 61.27 | 70.65 | 15.41 | - |
| YUV | 208.28 | 47.14 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 65 | 0 | 0.05 | 0.72 | 0.08 | 56.09 | 0.8 | 0.59 |
| Hex | EA | DF | 41 | 0 | 5 | 48 | 8 | 38 | 50 | 3B |
| Octal | 352 | 337 | 101 | 0 | 5 | 110 | 10 | 70 | 120 | 73 |
| Binary | 11101010 | 11011111 | 1000001 | 0 | 101 | 1001000 | 1000 | 111000 | 1010000 | 111011 |
Color Harmonies of #EADF41
Complementary color
Monochromatic Colors of #EADF41
Black with #EADF41
Text Example
Text Example
White with #EADF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF41; }
p { color: rgb(234,223,65); }
H1.HeaderClassName
{
color: #EADF41;
}
.AnyTagClassName
{
color: #EADF41;
}
</style>
background-color css
<style>
a { background-color: #EADF41; }
a { background-color: rgb(234,223,65); }
div.DivClassName
{
background-color: #EADF41;
}
.BgClassName
{
background-color: #EADF41;
}
</style>
border-color css
<style>
span { border-color: #EADF41; }
span { border-color: rgb(234,223,65); }
td.TdClassName
{
border-color: #EADF41;
}
.TagClassName
{
border-color: #EADF41;
}
</style>