Shades of Starship #EADF43
Tints of Starship #EADF43
RGB
CMYK
RGB Variations
Color information
#EADF43 (or 0xEADF43) is known color: Starship. HEX triplet: EA, DF and 43. RGB value is (234,223,67). Sum of RGB (Red+Green+Blue) = 234+223+67=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 67 (26.56% from 255 or 12.79% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF43 is #1520BC. Grayscale: #D1D1D1. Windows color (decimal): -1384637 or 4448234. OLE color: 4448234.
HSL color Cylindrical-coordinate representation of color #EADF43: hue angle of 56.05º 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 #EADF43 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 67 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.08 |
| HSL | 56.05º | 0.8% | 0.59% | - |
| HSV(B) | 56.05º | 0.71% | 0.92% | - |
| XYZ | 61.33 | 70.67 | 15.72 | - |
| YUV | 208.51 | 48.14 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 67 | 0 | 0.05 | 0.71 | 0.08 | 56.05 | 0.8 | 0.59 |
| Hex | EA | DF | 43 | 0 | 5 | 47 | 8 | 38 | 50 | 3B |
| Octal | 352 | 337 | 103 | 0 | 5 | 107 | 10 | 70 | 120 | 73 |
| Binary | 11101010 | 11011111 | 1000011 | 0 | 101 | 1000111 | 1000 | 111000 | 1010000 | 111011 |
Color Harmonies of #EADF43
Complementary color
Monochromatic Colors of #EADF43
Black with #EADF43
Text Example
Text Example
White with #EADF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF43; }
p { color: rgb(234,223,67); }
H1.HeaderClassName
{
color: #EADF43;
}
.AnyTagClassName
{
color: #EADF43;
}
</style>
background-color css
<style>
a { background-color: #EADF43; }
a { background-color: rgb(234,223,67); }
div.DivClassName
{
background-color: #EADF43;
}
.BgClassName
{
background-color: #EADF43;
}
</style>
border-color css
<style>
span { border-color: #EADF43; }
span { border-color: rgb(234,223,67); }
td.TdClassName
{
border-color: #EADF43;
}
.TagClassName
{
border-color: #EADF43;
}
</style>