Shades of Starship #E2DB3B
Tints of Starship #E2DB3B
RGB
CMYK
RGB Variations
Color information
#E2DB3B (or 0xE2DB3B) is known color: Starship. HEX triplet: E2, DB and 3B. RGB value is (226,219,59). Sum of RGB (Red+Green+Blue) = 226+219+59=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 59 (23.44% from 255 or 11.71% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DB3B is #1D24C4. Grayscale: #CBCBCB. Windows color (decimal): -1909957 or 3922914. OLE color: 3922914.
HSL color Cylindrical-coordinate representation of color #E2DB3B: hue angle of 57.49º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E2DB3B is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 59 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.11 |
| HSL | 57.49º | 0.74% | 0.56% | - |
| HSV(B) | 57.49º | 0.74% | 0.89% | - |
| XYZ | 57.48 | 67.15 | 14.07 | - |
| YUV | 202.85 | 46.82 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 59 | 0 | 0.03 | 0.74 | 0.11 | 57.49 | 0.74 | 0.56 |
| Hex | E2 | DB | 3B | 0 | 3 | 4A | B | 39 | 4A | 38 |
| Octal | 342 | 333 | 73 | 0 | 3 | 112 | 13 | 71 | 112 | 70 |
| Binary | 11100010 | 11011011 | 111011 | 0 | 11 | 1001010 | 1011 | 111001 | 1001010 | 111000 |
Color Harmonies of #E2DB3B
Complementary color
Monochromatic Colors of #E2DB3B
Black with #E2DB3B
Text Example
Text Example
White with #E2DB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB3B; }
p { color: rgb(226,219,59); }
H1.HeaderClassName
{
color: #E2DB3B;
}
.AnyTagClassName
{
color: #E2DB3B;
}
</style>
background-color css
<style>
a { background-color: #E2DB3B; }
a { background-color: rgb(226,219,59); }
div.DivClassName
{
background-color: #E2DB3B;
}
.BgClassName
{
background-color: #E2DB3B;
}
</style>
border-color css
<style>
span { border-color: #E2DB3B; }
span { border-color: rgb(226,219,59); }
td.TdClassName
{
border-color: #E2DB3B;
}
.TagClassName
{
border-color: #E2DB3B;
}
</style>