Shades of Starship #E2E630
Tints of Starship #E2E630
RGB
CMYK
RGB Variations
Color information
#E2E630 (or 0xE2E630) is known color: Starship. HEX triplet: E2, E6 and 30. RGB value is (226,230,48). Sum of RGB (Red+Green+Blue) = 226+230+48=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 230 (90.23% from 255 or 45.63% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E630 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2E630 is #1D19CF. Grayscale: #D0D0D0. Windows color (decimal): -1907152 or 3204834. OLE color: 3204834.
HSL color Cylindrical-coordinate representation of color #E2E630: hue angle of 61.32º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2E630 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 230 | 48 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.10 |
| HSL | 61.32º | 0.78% | 0.55% | - |
| HSV(B) | 61.32º | 0.79% | 0.9% | - |
| XYZ | 60.19 | 72.98 | 13.71 | - |
| YUV | 208.06 | 37.67 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 230 | 48 | 0.02 | 0 | 0.79 | 0.10 | 61.32 | 0.78 | 0.55 |
| Hex | E2 | E6 | 30 | 2 | 0 | 4F | A | 3D | 4E | 37 |
| Octal | 342 | 346 | 60 | 2 | 0 | 117 | 12 | 75 | 116 | 67 |
| Binary | 11100010 | 11100110 | 110000 | 10 | 0 | 1001111 | 1010 | 111101 | 1001110 | 110111 |
Color Harmonies of #E2E630
Complementary color
Monochromatic Colors of #E2E630
Black with #E2E630
Text Example
Text Example
White with #E2E630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E630; }
p { color: rgb(226,230,48); }
H1.HeaderClassName
{
color: #E2E630;
}
.AnyTagClassName
{
color: #E2E630;
}
</style>
background-color css
<style>
a { background-color: #E2E630; }
a { background-color: rgb(226,230,48); }
div.DivClassName
{
background-color: #E2E630;
}
.BgClassName
{
background-color: #E2E630;
}
</style>
border-color css
<style>
span { border-color: #E2E630; }
span { border-color: rgb(226,230,48); }
td.TdClassName
{
border-color: #E2E630;
}
.TagClassName
{
border-color: #E2E630;
}
</style>