Shades of Starship #EAED3E
Tints of Starship #EAED3E
RGB
CMYK
RGB Variations
Color information
#EAED3E (or 0xEAED3E) is known color: Starship. HEX triplet: EA, ED and 3E. RGB value is (234,237,62). Sum of RGB (Red+Green+Blue) = 234+237+62=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 62 (24.61% from 255 or 11.63% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAED3E is #1512C1. Grayscale: #D8D8D8. Windows color (decimal): -1381058 or 4124138. OLE color: 4124138.
HSL color Cylindrical-coordinate representation of color #EAED3E: hue angle of 61.03º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAED3E is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 237 | 62 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.07 |
| HSL | 61.03º | 0.83% | 0.59% | - |
| HSV(B) | 61.03º | 0.74% | 0.93% | - |
| XYZ | 65.09 | 78.41 | 16.26 | - |
| YUV | 216.15 | 41.01 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 62 | 0.01 | 0 | 0.74 | 0.07 | 61.03 | 0.83 | 0.59 |
| Hex | EA | ED | 3E | 1 | 0 | 4A | 7 | 3D | 53 | 3B |
| Octal | 352 | 355 | 76 | 1 | 0 | 112 | 7 | 75 | 123 | 73 |
| Binary | 11101010 | 11101101 | 111110 | 1 | 0 | 1001010 | 111 | 111101 | 1010011 | 111011 |
Color Harmonies of #EAED3E
Complementary color
Monochromatic Colors of #EAED3E
Black with #EAED3E
Text Example
Text Example
White with #EAED3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAED3E; }
p { color: rgb(234,237,62); }
H1.HeaderClassName
{
color: #EAED3E;
}
.AnyTagClassName
{
color: #EAED3E;
}
</style>
background-color css
<style>
a { background-color: #EAED3E; }
a { background-color: rgb(234,237,62); }
div.DivClassName
{
background-color: #EAED3E;
}
.BgClassName
{
background-color: #EAED3E;
}
</style>
border-color css
<style>
span { border-color: #EAED3E; }
span { border-color: rgb(234,237,62); }
td.TdClassName
{
border-color: #EAED3E;
}
.TagClassName
{
border-color: #EAED3E;
}
</style>