Shades of Starship #DEEA49
Tints of Starship #DEEA49
RGB
CMYK
RGB Variations
Color information
#DEEA49 (or 0xDEEA49) is known color: Starship. HEX triplet: DE, EA and 49. RGB value is (222,234,73). Sum of RGB (Red+Green+Blue) = 222+234+73=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 73 (28.91% from 255 or 13.80% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEA49 is #2115B6. Grayscale: #D4D4D4. Windows color (decimal): -2168247 or 4844254. OLE color: 4844254.
HSL color Cylindrical-coordinate representation of color #DEEA49: hue angle of 64.47º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEEA49 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 73 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.08 |
| HSL | 64.47º | 0.79% | 0.6% | - |
| HSV(B) | 64.47º | 0.69% | 0.92% | - |
| XYZ | 60.75 | 74.86 | 17.55 | - |
| YUV | 212.06 | 49.52 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 73 | 0.05 | 0 | 0.69 | 0.08 | 64.47 | 0.79 | 0.6 |
| Hex | DE | EA | 49 | 5 | 0 | 45 | 8 | 40 | 4F | 3C |
| Octal | 336 | 352 | 111 | 5 | 0 | 105 | 10 | 100 | 117 | 74 |
| Binary | 11011110 | 11101010 | 1001001 | 101 | 0 | 1000101 | 1000 | 1000000 | 1001111 | 111100 |
Color Harmonies of #DEEA49
Complementary color
Monochromatic Colors of #DEEA49
Black with #DEEA49
Text Example
Text Example
White with #DEEA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA49; }
p { color: rgb(222,234,73); }
H1.HeaderClassName
{
color: #DEEA49;
}
.AnyTagClassName
{
color: #DEEA49;
}
</style>
background-color css
<style>
a { background-color: #DEEA49; }
a { background-color: rgb(222,234,73); }
div.DivClassName
{
background-color: #DEEA49;
}
.BgClassName
{
background-color: #DEEA49;
}
</style>
border-color css
<style>
span { border-color: #DEEA49; }
span { border-color: rgb(222,234,73); }
td.TdClassName
{
border-color: #DEEA49;
}
.TagClassName
{
border-color: #DEEA49;
}
</style>