Shades of Starship #EDE343
Tints of Starship #EDE343
RGB
CMYK
RGB Variations
Color information
#EDE343 (or 0xEDE343) is known color: Starship. HEX triplet: ED, E3 and 43. RGB value is (237,227,67). Sum of RGB (Red+Green+Blue) = 237+227+67=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 67 (26.56% from 255 or 12.62% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE343 is #121CBC. Grayscale: #D4D4D4. Windows color (decimal): -1187005 or 4449261. OLE color: 4449261.
HSL color Cylindrical-coordinate representation of color #EDE343: hue angle of 56.47º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDE343 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 227 | 67 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.07 |
| HSL | 56.47º | 0.83% | 0.6% | - |
| HSV(B) | 56.47º | 0.72% | 0.93% | - |
| XYZ | 63.41 | 73.35 | 16.13 | - |
| YUV | 211.75 | 46.31 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 227 | 67 | 0 | 0.04 | 0.72 | 0.07 | 56.47 | 0.83 | 0.6 |
| Hex | ED | E3 | 43 | 0 | 4 | 48 | 7 | 38 | 53 | 3C |
| Octal | 355 | 343 | 103 | 0 | 4 | 110 | 7 | 70 | 123 | 74 |
| Binary | 11101101 | 11100011 | 1000011 | 0 | 100 | 1001000 | 111 | 111000 | 1010011 | 111100 |
Color Harmonies of #EDE343
Complementary color
Monochromatic Colors of #EDE343
Black with #EDE343
Text Example
Text Example
White with #EDE343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE343; }
p { color: rgb(237,227,67); }
H1.HeaderClassName
{
color: #EDE343;
}
.AnyTagClassName
{
color: #EDE343;
}
</style>
background-color css
<style>
a { background-color: #EDE343; }
a { background-color: rgb(237,227,67); }
div.DivClassName
{
background-color: #EDE343;
}
.BgClassName
{
background-color: #EDE343;
}
</style>
border-color css
<style>
span { border-color: #EDE343; }
span { border-color: rgb(237,227,67); }
td.TdClassName
{
border-color: #EDE343;
}
.TagClassName
{
border-color: #EDE343;
}
</style>