Shades of Starship #DEEC3E
Tints of Starship #DEEC3E
RGB
CMYK
RGB Variations
Color information
#DEEC3E (or 0xDEEC3E) is known color: Starship. HEX triplet: DE, EC and 3E. RGB value is (222,236,62). Sum of RGB (Red+Green+Blue) = 222+236+62=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 62 (24.61% from 255 or 11.92% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #DEEC3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEC3E is #2113C1. Grayscale: #D4D4D4. Windows color (decimal): -2167746 or 4123870. OLE color: 4123870.
HSL color Cylindrical-coordinate representation of color #DEEC3E: hue angle of 64.83º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEEC3E is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 62 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.07 |
| HSL | 64.83º | 0.82% | 0.58% | - |
| HSV(B) | 64.83º | 0.74% | 0.93% | - |
| XYZ | 60.99 | 75.87 | 15.99 | - |
| YUV | 211.98 | 43.36 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 62 | 0.06 | 0 | 0.74 | 0.07 | 64.83 | 0.82 | 0.58 |
| Hex | DE | EC | 3E | 6 | 0 | 4A | 7 | 41 | 52 | 3A |
| Octal | 336 | 354 | 76 | 6 | 0 | 112 | 7 | 101 | 122 | 72 |
| Binary | 11011110 | 11101100 | 111110 | 110 | 0 | 1001010 | 111 | 1000001 | 1010010 | 111010 |
Color Harmonies of #DEEC3E
Complementary color
Monochromatic Colors of #DEEC3E
Black with #DEEC3E
Text Example
Text Example
White with #DEEC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEC3E; }
p { color: rgb(222,236,62); }
H1.HeaderClassName
{
color: #DEEC3E;
}
.AnyTagClassName
{
color: #DEEC3E;
}
</style>
background-color css
<style>
a { background-color: #DEEC3E; }
a { background-color: rgb(222,236,62); }
div.DivClassName
{
background-color: #DEEC3E;
}
.BgClassName
{
background-color: #DEEC3E;
}
</style>
border-color css
<style>
span { border-color: #DEEC3E; }
span { border-color: rgb(222,236,62); }
td.TdClassName
{
border-color: #DEEC3E;
}
.TagClassName
{
border-color: #DEEC3E;
}
</style>