Shades of Starship #E2EB3B
Tints of Starship #E2EB3B
RGB
CMYK
RGB Variations
Color information
#E2EB3B (or 0xE2EB3B) is known color: Starship. HEX triplet: E2, EB and 3B. RGB value is (226,235,59). Sum of RGB (Red+Green+Blue) = 226+235+59=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 235 (92.19% from 255 or 45.19% from 520); Blue value is 59 (23.44% from 255 or 11.35% from 520); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EB3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2EB3B is #1D14C4. Grayscale: #D4D4D4. Windows color (decimal): -1905861 or 3927010. OLE color: 3927010.
HSL color Cylindrical-coordinate representation of color #E2EB3B: hue angle of 63.07º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2EB3B is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 235 | 59 | - |
CMYK | 0.04 | 0 | 0.75 | 0.08 |
HSL | 63.07º | 0.81% | 0.58% | - |
HSV(B) | 63.07º | 0.75% | 0.92% | - |
XYZ | 61.86 | 75.9 | 15.53 | - |
YUV | 212.25 | 41.52 | 137.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 235 | 59 | 0.04 | 0 | 0.75 | 0.08 | 63.07 | 0.81 | 0.58 |
Hex | E2 | EB | 3B | 4 | 0 | 4B | 8 | 3F | 51 | 3A |
Octal | 342 | 353 | 73 | 4 | 0 | 113 | 10 | 77 | 121 | 72 |
Binary | 11100010 | 11101011 | 111011 | 100 | 0 | 1001011 | 1000 | 111111 | 1010001 | 111010 |
Color Harmonies of #E2EB3B
Complementary color
Monochromatic Colors of #E2EB3B
Black with #E2EB3B
Text Example
Text Example
White with #E2EB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EB3B; }
p { color: rgb(226,235,59); }
H1.HeaderClassName
{
color: #E2EB3B;
}
.AnyTagClassName
{
color: #E2EB3B;
}
</style>
background-color css
<style>
a { background-color: #E2EB3B; }
a { background-color: rgb(226,235,59); }
div.DivClassName
{
background-color: #E2EB3B;
}
.BgClassName
{
background-color: #E2EB3B;
}
</style>
border-color css
<style>
span { border-color: #E2EB3B; }
span { border-color: rgb(226,235,59); }
td.TdClassName
{
border-color: #E2EB3B;
}
.TagClassName
{
border-color: #E2EB3B;
}
</style>