Shades of Starship #EADE43
Tints of Starship #EADE43
RGB
CMYK
RGB Variations
Color information
#EADE43 (or 0xEADE43) is known color: Starship. HEX triplet: EA, DE and 43. RGB value is (234,222,67). Sum of RGB (Red+Green+Blue) = 234+222+67=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 67 (26.56% from 255 or 12.81% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADE43 is #1521BC. Grayscale: #D0D0D0. Windows color (decimal): -1384893 or 4447978. OLE color: 4447978.
HSL color Cylindrical-coordinate representation of color #EADE43: hue angle of 55.69º 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 #EADE43 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 222 | 67 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.08 |
| HSL | 55.69º | 0.8% | 0.59% | - |
| HSV(B) | 55.69º | 0.71% | 0.92% | - |
| XYZ | 61.07 | 70.14 | 15.63 | - |
| YUV | 207.92 | 48.48 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 222 | 67 | 0 | 0.05 | 0.71 | 0.08 | 55.69 | 0.8 | 0.59 |
| Hex | EA | DE | 43 | 0 | 5 | 47 | 8 | 38 | 50 | 3B |
| Octal | 352 | 336 | 103 | 0 | 5 | 107 | 10 | 70 | 120 | 73 |
| Binary | 11101010 | 11011110 | 1000011 | 0 | 101 | 1000111 | 1000 | 111000 | 1010000 | 111011 |
Color Harmonies of #EADE43
Complementary color
Monochromatic Colors of #EADE43
Black with #EADE43
Text Example
Text Example
White with #EADE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADE43; }
p { color: rgb(234,222,67); }
H1.HeaderClassName
{
color: #EADE43;
}
.AnyTagClassName
{
color: #EADE43;
}
</style>
background-color css
<style>
a { background-color: #EADE43; }
a { background-color: rgb(234,222,67); }
div.DivClassName
{
background-color: #EADE43;
}
.BgClassName
{
background-color: #EADE43;
}
</style>
border-color css
<style>
span { border-color: #EADE43; }
span { border-color: rgb(234,222,67); }
td.TdClassName
{
border-color: #EADE43;
}
.TagClassName
{
border-color: #EADE43;
}
</style>