Shades of Starship #E0E23C
Tints of Starship #E0E23C
RGB
CMYK
RGB Variations
Color information
#E0E23C (or 0xE0E23C) is known color: Starship. HEX triplet: E0, E2 and 3C. RGB value is (224,226,60). Sum of RGB (Red+Green+Blue) = 224+226+60=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 60 (23.83% from 255 or 11.76% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0E23C is #1F1DC3. Grayscale: #CFCFCF. Windows color (decimal): -2039236 or 3990240. OLE color: 3990240.
HSL color Cylindrical-coordinate representation of color #E0E23C: hue angle of 60.72º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0E23C is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 60 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.11 |
| HSL | 60.72º | 0.74% | 0.56% | - |
| HSV(B) | 60.72º | 0.73% | 0.89% | - |
| XYZ | 58.75 | 70.57 | 14.8 | - |
| YUV | 206.48 | 45.34 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 60 | 0.01 | 0 | 0.73 | 0.11 | 60.72 | 0.74 | 0.56 |
| Hex | E0 | E2 | 3C | 1 | 0 | 49 | B | 3D | 4A | 38 |
| Octal | 340 | 342 | 74 | 1 | 0 | 111 | 13 | 75 | 112 | 70 |
| Binary | 11100000 | 11100010 | 111100 | 1 | 0 | 1001001 | 1011 | 111101 | 1001010 | 111000 |
Color Harmonies of #E0E23C
Complementary color
Monochromatic Colors of #E0E23C
Black with #E0E23C
Text Example
Text Example
White with #E0E23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E23C; }
p { color: rgb(224,226,60); }
H1.HeaderClassName
{
color: #E0E23C;
}
.AnyTagClassName
{
color: #E0E23C;
}
</style>
background-color css
<style>
a { background-color: #E0E23C; }
a { background-color: rgb(224,226,60); }
div.DivClassName
{
background-color: #E0E23C;
}
.BgClassName
{
background-color: #E0E23C;
}
</style>
border-color css
<style>
span { border-color: #E0E23C; }
span { border-color: rgb(224,226,60); }
td.TdClassName
{
border-color: #E0E23C;
}
.TagClassName
{
border-color: #E0E23C;
}
</style>