Shades of Starship #ECDF43
Tints of Starship #ECDF43
RGB
CMYK
RGB Variations
Color information
#ECDF43 (or 0xECDF43) is known color: Starship. HEX triplet: EC, DF and 43. RGB value is (236,223,67). Sum of RGB (Red+Green+Blue) = 236+223+67=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 67 (26.56% from 255 or 12.74% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF43 is #1320BC. Grayscale: #D1D1D1. Windows color (decimal): -1253565 or 4448236. OLE color: 4448236.
HSL color Cylindrical-coordinate representation of color #ECDF43: hue angle of 55.38º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECDF43 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 67 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.07 |
| HSL | 55.38º | 0.82% | 0.59% | - |
| HSV(B) | 55.38º | 0.72% | 0.93% | - |
| XYZ | 61.99 | 71.01 | 15.75 | - |
| YUV | 209.1 | 47.81 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 67 | 0 | 0.06 | 0.72 | 0.07 | 55.38 | 0.82 | 0.59 |
| Hex | EC | DF | 43 | 0 | 6 | 48 | 7 | 37 | 52 | 3B |
| Octal | 354 | 337 | 103 | 0 | 6 | 110 | 7 | 67 | 122 | 73 |
| Binary | 11101100 | 11011111 | 1000011 | 0 | 110 | 1001000 | 111 | 110111 | 1010010 | 111011 |
Color Harmonies of #ECDF43
Complementary color
Monochromatic Colors of #ECDF43
Black with #ECDF43
Text Example
Text Example
White with #ECDF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF43; }
p { color: rgb(236,223,67); }
H1.HeaderClassName
{
color: #ECDF43;
}
.AnyTagClassName
{
color: #ECDF43;
}
</style>
background-color css
<style>
a { background-color: #ECDF43; }
a { background-color: rgb(236,223,67); }
div.DivClassName
{
background-color: #ECDF43;
}
.BgClassName
{
background-color: #ECDF43;
}
</style>
border-color css
<style>
span { border-color: #ECDF43; }
span { border-color: rgb(236,223,67); }
td.TdClassName
{
border-color: #ECDF43;
}
.TagClassName
{
border-color: #ECDF43;
}
</style>