Shades of Starship #EDE142
Tints of Starship #EDE142
RGB
CMYK
RGB Variations
Color information
#EDE142 (or 0xEDE142) is known color: Starship. HEX triplet: ED, E1 and 42. RGB value is (237,225,66). Sum of RGB (Red+Green+Blue) = 237+225+66=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 66 (26.17% from 255 or 12.5% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE142 is #121EBD. Grayscale: #D3D3D3. Windows color (decimal): -1187518 or 4383213. OLE color: 4383213.
HSL color Cylindrical-coordinate representation of color #EDE142: hue angle of 55.79º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDE142 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 66 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.07 |
| HSL | 55.79º | 0.83% | 0.59% | - |
| HSV(B) | 55.79º | 0.72% | 0.93% | - |
| XYZ | 62.83 | 72.25 | 15.79 | - |
| YUV | 210.46 | 46.48 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 66 | 0 | 0.05 | 0.72 | 0.07 | 55.79 | 0.83 | 0.59 |
| Hex | ED | E1 | 42 | 0 | 5 | 48 | 7 | 38 | 53 | 3B |
| Octal | 355 | 341 | 102 | 0 | 5 | 110 | 7 | 70 | 123 | 73 |
| Binary | 11101101 | 11100001 | 1000010 | 0 | 101 | 1001000 | 111 | 111000 | 1010011 | 111011 |
Color Harmonies of #EDE142
Complementary color
Monochromatic Colors of #EDE142
Black with #EDE142
Text Example
Text Example
White with #EDE142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE142; }
p { color: rgb(237,225,66); }
H1.HeaderClassName
{
color: #EDE142;
}
.AnyTagClassName
{
color: #EDE142;
}
</style>
background-color css
<style>
a { background-color: #EDE142; }
a { background-color: rgb(237,225,66); }
div.DivClassName
{
background-color: #EDE142;
}
.BgClassName
{
background-color: #EDE142;
}
</style>
border-color css
<style>
span { border-color: #EDE142; }
span { border-color: rgb(237,225,66); }
td.TdClassName
{
border-color: #EDE142;
}
.TagClassName
{
border-color: #EDE142;
}
</style>