Shades of Starship #EDDF3E
Tints of Starship #EDDF3E
RGB
CMYK
RGB Variations
Color information
#EDDF3E (or 0xEDDF3E) is known color: Starship. HEX triplet: ED, DF and 3E. RGB value is (237,223,62). Sum of RGB (Red+Green+Blue) = 237+223+62=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 62 (24.61% from 255 or 11.88% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF3E is #1220C1. Grayscale: #D1D1D1. Windows color (decimal): -1188034 or 4120557. OLE color: 4120557.
HSL color Cylindrical-coordinate representation of color #EDDF3E: hue angle of 55.2º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDDF3E is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 62 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.07 |
| HSL | 55.2º | 0.83% | 0.59% | - |
| HSV(B) | 55.2º | 0.74% | 0.93% | - |
| XYZ | 62.18 | 71.13 | 15.01 | - |
| YUV | 208.83 | 45.14 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 62 | 0 | 0.06 | 0.74 | 0.07 | 55.2 | 0.83 | 0.59 |
| Hex | ED | DF | 3E | 0 | 6 | 4A | 7 | 37 | 53 | 3B |
| Octal | 355 | 337 | 76 | 0 | 6 | 112 | 7 | 67 | 123 | 73 |
| Binary | 11101101 | 11011111 | 111110 | 0 | 110 | 1001010 | 111 | 110111 | 1010011 | 111011 |
Color Harmonies of #EDDF3E
Complementary color
Monochromatic Colors of #EDDF3E
Black with #EDDF3E
Text Example
Text Example
White with #EDDF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF3E; }
p { color: rgb(237,223,62); }
H1.HeaderClassName
{
color: #EDDF3E;
}
.AnyTagClassName
{
color: #EDDF3E;
}
</style>
background-color css
<style>
a { background-color: #EDDF3E; }
a { background-color: rgb(237,223,62); }
div.DivClassName
{
background-color: #EDDF3E;
}
.BgClassName
{
background-color: #EDDF3E;
}
</style>
border-color css
<style>
span { border-color: #EDDF3E; }
span { border-color: rgb(237,223,62); }
td.TdClassName
{
border-color: #EDDF3E;
}
.TagClassName
{
border-color: #EDDF3E;
}
</style>