Shades of Starship #E2DB32
Tints of Starship #E2DB32
RGB
CMYK
RGB Variations
Color information
#E2DB32 (or 0xE2DB32) is known color: Starship. HEX triplet: E2, DB and 32. RGB value is (226,219,50). Sum of RGB (Red+Green+Blue) = 226+219+50=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DB32 is #1D24CD. Grayscale: #CACACA. Windows color (decimal): -1909966 or 3333090. OLE color: 3333090.
HSL color Cylindrical-coordinate representation of color #E2DB32: hue angle of 57.61º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2DB32 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 50 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.11 |
| HSL | 57.61º | 0.75% | 0.54% | - |
| HSV(B) | 57.61º | 0.78% | 0.89% | - |
| XYZ | 57.27 | 67.06 | 12.94 | - |
| YUV | 201.83 | 42.32 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 50 | 0 | 0.03 | 0.78 | 0.11 | 57.61 | 0.75 | 0.54 |
| Hex | E2 | DB | 32 | 0 | 3 | 4E | B | 3A | 4B | 36 |
| Octal | 342 | 333 | 62 | 0 | 3 | 116 | 13 | 72 | 113 | 66 |
| Binary | 11100010 | 11011011 | 110010 | 0 | 11 | 1001110 | 1011 | 111010 | 1001011 | 110110 |
Color Harmonies of #E2DB32
Complementary color
Monochromatic Colors of #E2DB32
Black with #E2DB32
Text Example
Text Example
White with #E2DB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB32; }
p { color: rgb(226,219,50); }
H1.HeaderClassName
{
color: #E2DB32;
}
.AnyTagClassName
{
color: #E2DB32;
}
</style>
background-color css
<style>
a { background-color: #E2DB32; }
a { background-color: rgb(226,219,50); }
div.DivClassName
{
background-color: #E2DB32;
}
.BgClassName
{
background-color: #E2DB32;
}
</style>
border-color css
<style>
span { border-color: #E2DB32; }
span { border-color: rgb(226,219,50); }
td.TdClassName
{
border-color: #E2DB32;
}
.TagClassName
{
border-color: #E2DB32;
}
</style>