Shades of Starship #EDDB43
Tints of Starship #EDDB43
RGB
CMYK
RGB Variations
Color information
#EDDB43 (or 0xEDDB43) is known color: Starship. HEX triplet: ED, DB and 43. RGB value is (237,219,67). Sum of RGB (Red+Green+Blue) = 237+219+67=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 67 (26.56% from 255 or 12.81% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB43 is #1224BC. Grayscale: #CFCFCF. Windows color (decimal): -1189053 or 4447213. OLE color: 4447213.
HSL color Cylindrical-coordinate representation of color #EDDB43: hue angle of 53.65º 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 #EDDB43 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 67 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.07 |
| HSL | 53.65º | 0.83% | 0.6% | - |
| HSV(B) | 53.65º | 0.72% | 0.93% | - |
| XYZ | 61.27 | 69.07 | 15.41 | - |
| YUV | 207.05 | 48.96 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 67 | 0 | 0.08 | 0.72 | 0.07 | 53.65 | 0.83 | 0.6 |
| Hex | ED | DB | 43 | 0 | 8 | 48 | 7 | 36 | 53 | 3C |
| Octal | 355 | 333 | 103 | 0 | 10 | 110 | 7 | 66 | 123 | 74 |
| Binary | 11101101 | 11011011 | 1000011 | 0 | 1000 | 1001000 | 111 | 110110 | 1010011 | 111100 |
Color Harmonies of #EDDB43
Complementary color
Monochromatic Colors of #EDDB43
Black with #EDDB43
Text Example
Text Example
White with #EDDB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB43; }
p { color: rgb(237,219,67); }
H1.HeaderClassName
{
color: #EDDB43;
}
.AnyTagClassName
{
color: #EDDB43;
}
</style>
background-color css
<style>
a { background-color: #EDDB43; }
a { background-color: rgb(237,219,67); }
div.DivClassName
{
background-color: #EDDB43;
}
.BgClassName
{
background-color: #EDDB43;
}
</style>
border-color css
<style>
span { border-color: #EDDB43; }
span { border-color: rgb(237,219,67); }
td.TdClassName
{
border-color: #EDDB43;
}
.TagClassName
{
border-color: #EDDB43;
}
</style>