Shades of Starship #EFDB43
Tints of Starship #EFDB43
RGB
CMYK
RGB Variations
Color information
#EFDB43 (or 0xEFDB43) is known color: Starship. HEX triplet: EF, DB and 43. RGB value is (239,219,67). Sum of RGB (Red+Green+Blue) = 239+219+67=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 67 (26.56% from 255 or 12.76% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFDB43 is #1024BC. Grayscale: #D0D0D0. Windows color (decimal): -1057981 or 4447215. OLE color: 4447215.
HSL color Cylindrical-coordinate representation of color #EFDB43: hue angle of 53.02º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFDB43 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 219 | 67 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.06 |
| HSL | 53.02º | 0.84% | 0.6% | - |
| HSV(B) | 53.02º | 0.72% | 0.94% | - |
| XYZ | 61.94 | 69.42 | 15.44 | - |
| YUV | 207.65 | 48.63 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 219 | 67 | 0 | 0.08 | 0.72 | 0.06 | 53.02 | 0.84 | 0.6 |
| Hex | EF | DB | 43 | 0 | 8 | 48 | 6 | 35 | 54 | 3C |
| Octal | 357 | 333 | 103 | 0 | 10 | 110 | 6 | 65 | 124 | 74 |
| Binary | 11101111 | 11011011 | 1000011 | 0 | 1000 | 1001000 | 110 | 110101 | 1010100 | 111100 |
Color Harmonies of #EFDB43
Complementary color
Monochromatic Colors of #EFDB43
Black with #EFDB43
Text Example
Text Example
White with #EFDB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDB43; }
p { color: rgb(239,219,67); }
H1.HeaderClassName
{
color: #EFDB43;
}
.AnyTagClassName
{
color: #EFDB43;
}
</style>
background-color css
<style>
a { background-color: #EFDB43; }
a { background-color: rgb(239,219,67); }
div.DivClassName
{
background-color: #EFDB43;
}
.BgClassName
{
background-color: #EFDB43;
}
</style>
border-color css
<style>
span { border-color: #EFDB43; }
span { border-color: rgb(239,219,67); }
td.TdClassName
{
border-color: #EFDB43;
}
.TagClassName
{
border-color: #EFDB43;
}
</style>