Shades of Starship #EDE346
Tints of Starship #EDE346
RGB
CMYK
RGB Variations
Color information
#EDE346 (or 0xEDE346) is known color: Starship. HEX triplet: ED, E3 and 46. RGB value is (237,227,70). Sum of RGB (Red+Green+Blue) = 237+227+70=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 70 (27.73% from 255 or 13.11% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE346 is #121CB9. Grayscale: #D4D4D4. Windows color (decimal): -1187002 or 4645869. OLE color: 4645869.
HSL color Cylindrical-coordinate representation of color #EDE346: hue angle of 56.41º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDE346 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 70 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.07 |
| HSL | 56.41º | 0.82% | 0.6% | - |
| HSV(B) | 56.41º | 0.7% | 0.93% | - |
| XYZ | 63.5 | 73.38 | 16.61 | - |
| YUV | 212.09 | 47.81 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 70 | 0 | 0.04 | 0.70 | 0.07 | 56.41 | 0.82 | 0.6 |
| Hex | ED | E3 | 46 | 0 | 4 | 46 | 7 | 38 | 52 | 3C |
| Octal | 355 | 343 | 106 | 0 | 4 | 106 | 7 | 70 | 122 | 74 |
| Binary | 11101101 | 11100011 | 1000110 | 0 | 100 | 1000110 | 111 | 111000 | 1010010 | 111100 |
Color Harmonies of #EDE346
Complementary color
Monochromatic Colors of #EDE346
Black with #EDE346
Text Example
Text Example
White with #EDE346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE346; }
p { color: rgb(237,227,70); }
H1.HeaderClassName
{
color: #EDE346;
}
.AnyTagClassName
{
color: #EDE346;
}
</style>
background-color css
<style>
a { background-color: #EDE346; }
a { background-color: rgb(237,227,70); }
div.DivClassName
{
background-color: #EDE346;
}
.BgClassName
{
background-color: #EDE346;
}
</style>
border-color css
<style>
span { border-color: #EDE346; }
span { border-color: rgb(237,227,70); }
td.TdClassName
{
border-color: #EDE346;
}
.TagClassName
{
border-color: #EDE346;
}
</style>