Shades of Starship #EDE341
Tints of Starship #EDE341
RGB
CMYK
RGB Variations
Color information
#EDE341 (or 0xEDE341) is known color: Starship. HEX triplet: ED, E3 and 41. RGB value is (237,227,65). Sum of RGB (Red+Green+Blue) = 237+227+65=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 65 (25.78% from 255 or 12.29% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE341 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE341 is #121CBE. Grayscale: #D4D4D4. Windows color (decimal): -1187007 or 4318189. OLE color: 4318189.
HSL color Cylindrical-coordinate representation of color #EDE341: hue angle of 56.51º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDE341 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 65 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.07 |
| HSL | 56.51º | 0.83% | 0.59% | - |
| HSV(B) | 56.51º | 0.73% | 0.93% | - |
| XYZ | 63.35 | 73.32 | 15.82 | - |
| YUV | 211.52 | 45.31 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 65 | 0 | 0.04 | 0.73 | 0.07 | 56.51 | 0.83 | 0.59 |
| Hex | ED | E3 | 41 | 0 | 4 | 49 | 7 | 39 | 53 | 3B |
| Octal | 355 | 343 | 101 | 0 | 4 | 111 | 7 | 71 | 123 | 73 |
| Binary | 11101101 | 11100011 | 1000001 | 0 | 100 | 1001001 | 111 | 111001 | 1010011 | 111011 |
Color Harmonies of #EDE341
Complementary color
Monochromatic Colors of #EDE341
Black with #EDE341
Text Example
Text Example
White with #EDE341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE341; }
p { color: rgb(237,227,65); }
H1.HeaderClassName
{
color: #EDE341;
}
.AnyTagClassName
{
color: #EDE341;
}
</style>
background-color css
<style>
a { background-color: #EDE341; }
a { background-color: rgb(237,227,65); }
div.DivClassName
{
background-color: #EDE341;
}
.BgClassName
{
background-color: #EDE341;
}
</style>
border-color css
<style>
span { border-color: #EDE341; }
span { border-color: rgb(237,227,65); }
td.TdClassName
{
border-color: #EDE341;
}
.TagClassName
{
border-color: #EDE341;
}
</style>