Shades of Starship #EDDF43
Tints of Starship #EDDF43
RGB
CMYK
RGB Variations
Color information
#EDDF43 (or 0xEDDF43) is known color: Starship. HEX triplet: ED, DF and 43. RGB value is (237,223,67). Sum of RGB (Red+Green+Blue) = 237+223+67=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 67 (26.56% from 255 or 12.71% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF43 is #1220BC. Grayscale: #D2D2D2. Windows color (decimal): -1188029 or 4448237. OLE color: 4448237.
HSL color Cylindrical-coordinate representation of color #EDDF43: hue angle of 55.06º 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 #EDDF43 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 67 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.07 |
| HSL | 55.06º | 0.83% | 0.6% | - |
| HSV(B) | 55.06º | 0.72% | 0.93% | - |
| XYZ | 62.33 | 71.19 | 15.77 | - |
| YUV | 209.4 | 47.64 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 67 | 0 | 0.06 | 0.72 | 0.07 | 55.06 | 0.83 | 0.6 |
| Hex | ED | DF | 43 | 0 | 6 | 48 | 7 | 37 | 53 | 3C |
| Octal | 355 | 337 | 103 | 0 | 6 | 110 | 7 | 67 | 123 | 74 |
| Binary | 11101101 | 11011111 | 1000011 | 0 | 110 | 1001000 | 111 | 110111 | 1010011 | 111100 |
Color Harmonies of #EDDF43
Complementary color
Monochromatic Colors of #EDDF43
Black with #EDDF43
Text Example
Text Example
White with #EDDF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF43; }
p { color: rgb(237,223,67); }
H1.HeaderClassName
{
color: #EDDF43;
}
.AnyTagClassName
{
color: #EDDF43;
}
</style>
background-color css
<style>
a { background-color: #EDDF43; }
a { background-color: rgb(237,223,67); }
div.DivClassName
{
background-color: #EDDF43;
}
.BgClassName
{
background-color: #EDDF43;
}
</style>
border-color css
<style>
span { border-color: #EDDF43; }
span { border-color: rgb(237,223,67); }
td.TdClassName
{
border-color: #EDDF43;
}
.TagClassName
{
border-color: #EDDF43;
}
</style>