Shades of Starship #EADF3E
Tints of Starship #EADF3E
RGB
CMYK
RGB Variations
Color information
#EADF3E (or 0xEADF3E) is known color: Starship. HEX triplet: EA, DF and 3E. RGB value is (234,223,62). Sum of RGB (Red+Green+Blue) = 234+223+62=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 62 (24.61% from 255 or 11.95% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADF3E is #1520C1. Grayscale: #D0D0D0. Windows color (decimal): -1384642 or 4120554. OLE color: 4120554.
HSL color Cylindrical-coordinate representation of color #EADF3E: hue angle of 56.16º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EADF3E is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 223 | 62 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.08 |
| HSL | 56.16º | 0.8% | 0.58% | - |
| HSV(B) | 56.16º | 0.74% | 0.92% | - |
| XYZ | 61.19 | 70.62 | 14.96 | - |
| YUV | 207.94 | 45.64 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 223 | 62 | 0 | 0.05 | 0.74 | 0.08 | 56.16 | 0.8 | 0.58 |
| Hex | EA | DF | 3E | 0 | 5 | 4A | 8 | 38 | 50 | 3A |
| Octal | 352 | 337 | 76 | 0 | 5 | 112 | 10 | 70 | 120 | 72 |
| Binary | 11101010 | 11011111 | 111110 | 0 | 101 | 1001010 | 1000 | 111000 | 1010000 | 111010 |
Color Harmonies of #EADF3E
Complementary color
Monochromatic Colors of #EADF3E
Black with #EADF3E
Text Example
Text Example
White with #EADF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADF3E; }
p { color: rgb(234,223,62); }
H1.HeaderClassName
{
color: #EADF3E;
}
.AnyTagClassName
{
color: #EADF3E;
}
</style>
background-color css
<style>
a { background-color: #EADF3E; }
a { background-color: rgb(234,223,62); }
div.DivClassName
{
background-color: #EADF3E;
}
.BgClassName
{
background-color: #EADF3E;
}
</style>
border-color css
<style>
span { border-color: #EADF3E; }
span { border-color: rgb(234,223,62); }
td.TdClassName
{
border-color: #EADF3E;
}
.TagClassName
{
border-color: #EADF3E;
}
</style>