Shades of Starship #EBEE3C
Tints of Starship #EBEE3C
RGB
CMYK
RGB Variations
Color information
#EBEE3C (or 0xEBEE3C) is known color: Starship. HEX triplet: EB, EE and 3C. RGB value is (235,238,60). Sum of RGB (Red+Green+Blue) = 235+238+60=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 238 (93.36% from 255 or 44.65% from 533); Blue value is 60 (23.83% from 255 or 11.26% from 533); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEE3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEE3C is #1411C3. Grayscale: #D9D9D9. Windows color (decimal): -1315268 or 3993323. OLE color: 3993323.
HSL color Cylindrical-coordinate representation of color #EBEE3C: hue angle of 61.01º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBEE3C is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 238 | 60 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.07 |
| HSL | 61.01º | 0.84% | 0.58% | - |
| HSV(B) | 61.01º | 0.75% | 0.93% | - |
| XYZ | 65.65 | 79.14 | 16.09 | - |
| YUV | 216.81 | 39.51 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 60 | 0.01 | 0 | 0.75 | 0.07 | 61.01 | 0.84 | 0.58 |
| Hex | EB | EE | 3C | 1 | 0 | 4B | 7 | 3D | 54 | 3A |
| Octal | 353 | 356 | 74 | 1 | 0 | 113 | 7 | 75 | 124 | 72 |
| Binary | 11101011 | 11101110 | 111100 | 1 | 0 | 1001011 | 111 | 111101 | 1010100 | 111010 |
Color Harmonies of #EBEE3C
Complementary color
Monochromatic Colors of #EBEE3C
Black with #EBEE3C
Text Example
Text Example
White with #EBEE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEE3C; }
p { color: rgb(235,238,60); }
H1.HeaderClassName
{
color: #EBEE3C;
}
.AnyTagClassName
{
color: #EBEE3C;
}
</style>
background-color css
<style>
a { background-color: #EBEE3C; }
a { background-color: rgb(235,238,60); }
div.DivClassName
{
background-color: #EBEE3C;
}
.BgClassName
{
background-color: #EBEE3C;
}
</style>
border-color css
<style>
span { border-color: #EBEE3C; }
span { border-color: rgb(235,238,60); }
td.TdClassName
{
border-color: #EBEE3C;
}
.TagClassName
{
border-color: #EBEE3C;
}
</style>