Shades of Starship #DEEB3E
Tints of Starship #DEEB3E
RGB
CMYK
RGB Variations
Color information
#DEEB3E (or 0xDEEB3E) is known color: Starship. HEX triplet: DE, EB and 3E. RGB value is (222,235,62). Sum of RGB (Red+Green+Blue) = 222+235+62=519 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.77% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 62 (24.61% from 255 or 11.95% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEB3E is #2114C1. Grayscale: #D4D4D4. Windows color (decimal): -2168002 or 4123614. OLE color: 4123614.
HSL color Cylindrical-coordinate representation of color #DEEB3E: hue angle of 64.51º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEEB3E is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 62 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.08 |
| HSL | 64.51º | 0.81% | 0.58% | - |
| HSV(B) | 64.51º | 0.74% | 0.92% | - |
| XYZ | 60.7 | 75.29 | 15.89 | - |
| YUV | 211.39 | 43.69 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 62 | 0.06 | 0 | 0.74 | 0.08 | 64.51 | 0.81 | 0.58 |
| Hex | DE | EB | 3E | 6 | 0 | 4A | 8 | 41 | 51 | 3A |
| Octal | 336 | 353 | 76 | 6 | 0 | 112 | 10 | 101 | 121 | 72 |
| Binary | 11011110 | 11101011 | 111110 | 110 | 0 | 1001010 | 1000 | 1000001 | 1010001 | 111010 |
Color Harmonies of #DEEB3E
Complementary color
Monochromatic Colors of #DEEB3E
Black with #DEEB3E
Text Example
Text Example
White with #DEEB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB3E; }
p { color: rgb(222,235,62); }
H1.HeaderClassName
{
color: #DEEB3E;
}
.AnyTagClassName
{
color: #DEEB3E;
}
</style>
background-color css
<style>
a { background-color: #DEEB3E; }
a { background-color: rgb(222,235,62); }
div.DivClassName
{
background-color: #DEEB3E;
}
.BgClassName
{
background-color: #DEEB3E;
}
</style>
border-color css
<style>
span { border-color: #DEEB3E; }
span { border-color: rgb(222,235,62); }
td.TdClassName
{
border-color: #DEEB3E;
}
.TagClassName
{
border-color: #DEEB3E;
}
</style>