Shades of Starship #EDE43E
Tints of Starship #EDE43E
RGB
CMYK
RGB Variations
Color information
#EDE43E (or 0xEDE43E) is known color: Starship. HEX triplet: ED, E4 and 3E. RGB value is (237,228,62). Sum of RGB (Red+Green+Blue) = 237+228+62=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 62 (24.61% from 255 or 11.76% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE43E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE43E is #121BC1. Grayscale: #D4D4D4. Windows color (decimal): -1186754 or 4121837. OLE color: 4121837.
HSL color Cylindrical-coordinate representation of color #EDE43E: hue angle of 56.91º 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 #EDE43E is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 228 | 62 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.07 |
| HSL | 56.91º | 0.83% | 0.59% | - |
| HSV(B) | 56.91º | 0.74% | 0.93% | - |
| XYZ | 63.54 | 73.84 | 15.46 | - |
| YUV | 211.77 | 43.48 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 228 | 62 | 0 | 0.04 | 0.74 | 0.07 | 56.91 | 0.83 | 0.59 |
| Hex | ED | E4 | 3E | 0 | 4 | 4A | 7 | 39 | 53 | 3B |
| Octal | 355 | 344 | 76 | 0 | 4 | 112 | 7 | 71 | 123 | 73 |
| Binary | 11101101 | 11100100 | 111110 | 0 | 100 | 1001010 | 111 | 111001 | 1010011 | 111011 |
Color Harmonies of #EDE43E
Complementary color
Monochromatic Colors of #EDE43E
Black with #EDE43E
Text Example
Text Example
White with #EDE43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE43E; }
p { color: rgb(237,228,62); }
H1.HeaderClassName
{
color: #EDE43E;
}
.AnyTagClassName
{
color: #EDE43E;
}
</style>
background-color css
<style>
a { background-color: #EDE43E; }
a { background-color: rgb(237,228,62); }
div.DivClassName
{
background-color: #EDE43E;
}
.BgClassName
{
background-color: #EDE43E;
}
</style>
border-color css
<style>
span { border-color: #EDE43E; }
span { border-color: rgb(237,228,62); }
td.TdClassName
{
border-color: #EDE43E;
}
.TagClassName
{
border-color: #EDE43E;
}
</style>