Shades of Starship #ECDF44
Tints of Starship #ECDF44
RGB
CMYK
RGB Variations
Color information
#ECDF44 (or 0xECDF44) is known color: Starship. HEX triplet: EC, DF and 44. RGB value is (236,223,68). Sum of RGB (Red+Green+Blue) = 236+223+68=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 68 (26.95% from 255 or 12.90% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF44 is #1320BB. Grayscale: #D1D1D1. Windows color (decimal): -1253564 or 4513772. OLE color: 4513772.
HSL color Cylindrical-coordinate representation of color #ECDF44: hue angle of 55.36º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECDF44 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 68 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.07 |
| HSL | 55.36º | 0.82% | 0.6% | - |
| HSV(B) | 55.36º | 0.71% | 0.93% | - |
| XYZ | 62.02 | 71.03 | 15.91 | - |
| YUV | 209.22 | 48.31 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 68 | 0 | 0.06 | 0.71 | 0.07 | 55.36 | 0.82 | 0.6 |
| Hex | EC | DF | 44 | 0 | 6 | 47 | 7 | 37 | 52 | 3C |
| Octal | 354 | 337 | 104 | 0 | 6 | 107 | 7 | 67 | 122 | 74 |
| Binary | 11101100 | 11011111 | 1000100 | 0 | 110 | 1000111 | 111 | 110111 | 1010010 | 111100 |
Color Harmonies of #ECDF44
Complementary color
Monochromatic Colors of #ECDF44
Black with #ECDF44
Text Example
Text Example
White with #ECDF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF44; }
p { color: rgb(236,223,68); }
H1.HeaderClassName
{
color: #ECDF44;
}
.AnyTagClassName
{
color: #ECDF44;
}
</style>
background-color css
<style>
a { background-color: #ECDF44; }
a { background-color: rgb(236,223,68); }
div.DivClassName
{
background-color: #ECDF44;
}
.BgClassName
{
background-color: #ECDF44;
}
</style>
border-color css
<style>
span { border-color: #ECDF44; }
span { border-color: rgb(236,223,68); }
td.TdClassName
{
border-color: #ECDF44;
}
.TagClassName
{
border-color: #ECDF44;
}
</style>