Shades of Starship #DEEC42
Tints of Starship #DEEC42
RGB
CMYK
RGB Variations
Color information
#DEEC42 (or 0xDEEC42) is known color: Starship. HEX triplet: DE, EC and 42. RGB value is (222,236,66). Sum of RGB (Red+Green+Blue) = 222+236+66=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 66 (26.17% from 255 or 12.60% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #DEEC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEC42 is #2113BD. Grayscale: #D5D5D5. Windows color (decimal): -2167742 or 4386014. OLE color: 4386014.
HSL color Cylindrical-coordinate representation of color #DEEC42: hue angle of 64.94º 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 #DEEC42 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 66 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.07 |
| HSL | 64.94º | 0.82% | 0.59% | - |
| HSV(B) | 64.94º | 0.72% | 0.93% | - |
| XYZ | 61.1 | 75.91 | 16.59 | - |
| YUV | 212.43 | 45.36 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 66 | 0.06 | 0 | 0.72 | 0.07 | 64.94 | 0.82 | 0.59 |
| Hex | DE | EC | 42 | 6 | 0 | 48 | 7 | 41 | 52 | 3B |
| Octal | 336 | 354 | 102 | 6 | 0 | 110 | 7 | 101 | 122 | 73 |
| Binary | 11011110 | 11101100 | 1000010 | 110 | 0 | 1001000 | 111 | 1000001 | 1010010 | 111011 |
Color Harmonies of #DEEC42
Complementary color
Monochromatic Colors of #DEEC42
Black with #DEEC42
Text Example
Text Example
White with #DEEC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEC42; }
p { color: rgb(222,236,66); }
H1.HeaderClassName
{
color: #DEEC42;
}
.AnyTagClassName
{
color: #DEEC42;
}
</style>
background-color css
<style>
a { background-color: #DEEC42; }
a { background-color: rgb(222,236,66); }
div.DivClassName
{
background-color: #DEEC42;
}
.BgClassName
{
background-color: #DEEC42;
}
</style>
border-color css
<style>
span { border-color: #DEEC42; }
span { border-color: rgb(222,236,66); }
td.TdClassName
{
border-color: #DEEC42;
}
.TagClassName
{
border-color: #DEEC42;
}
</style>