Shades of Starship #EDE347
Tints of Starship #EDE347
RGB
CMYK
RGB Variations
Color information
#EDE347 (or 0xEDE347) is known color: Starship. HEX triplet: ED, E3 and 47. RGB value is (237,227,71). Sum of RGB (Red+Green+Blue) = 237+227+71=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 71 (28.12% from 255 or 13.27% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE347 is #121CB8. Grayscale: #D4D4D4. Windows color (decimal): -1187001 or 4711405. OLE color: 4711405.
HSL color Cylindrical-coordinate representation of color #EDE347: hue angle of 56.39º 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 #EDE347 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 71 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.07 |
| HSL | 56.39º | 0.82% | 0.6% | - |
| HSV(B) | 56.39º | 0.7% | 0.93% | - |
| XYZ | 63.53 | 73.4 | 16.78 | - |
| YUV | 212.21 | 48.31 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 71 | 0 | 0.04 | 0.70 | 0.07 | 56.39 | 0.82 | 0.6 |
| Hex | ED | E3 | 47 | 0 | 4 | 46 | 7 | 38 | 52 | 3C |
| Octal | 355 | 343 | 107 | 0 | 4 | 106 | 7 | 70 | 122 | 74 |
| Binary | 11101101 | 11100011 | 1000111 | 0 | 100 | 1000110 | 111 | 111000 | 1010010 | 111100 |
Color Harmonies of #EDE347
Complementary color
Monochromatic Colors of #EDE347
Black with #EDE347
Text Example
Text Example
White with #EDE347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE347; }
p { color: rgb(237,227,71); }
H1.HeaderClassName
{
color: #EDE347;
}
.AnyTagClassName
{
color: #EDE347;
}
</style>
background-color css
<style>
a { background-color: #EDE347; }
a { background-color: rgb(237,227,71); }
div.DivClassName
{
background-color: #EDE347;
}
.BgClassName
{
background-color: #EDE347;
}
</style>
border-color css
<style>
span { border-color: #EDE347; }
span { border-color: rgb(237,227,71); }
td.TdClassName
{
border-color: #EDE347;
}
.TagClassName
{
border-color: #EDE347;
}
</style>