Shades of Starship #EBEF3C
Tints of Starship #EBEF3C
RGB
CMYK
RGB Variations
Color information
#EBEF3C (or 0xEBEF3C) is known color: Starship. HEX triplet: EB, EF and 3C. RGB value is (235,239,60). Sum of RGB (Red+Green+Blue) = 235+239+60=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 60 (23.83% from 255 or 11.24% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEF3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEF3C is #1410C3. Grayscale: #DADADA. Windows color (decimal): -1315012 or 3993579. OLE color: 3993579.
HSL color Cylindrical-coordinate representation of color #EBEF3C: hue angle of 61.34º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EBEF3C is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 239 | 60 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.06 |
| HSL | 61.34º | 0.85% | 0.59% | - |
| HSV(B) | 61.34º | 0.75% | 0.94% | - |
| XYZ | 65.94 | 79.72 | 16.19 | - |
| YUV | 217.4 | 39.17 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 239 | 60 | 0.02 | 0 | 0.75 | 0.06 | 61.34 | 0.85 | 0.59 |
| Hex | EB | EF | 3C | 2 | 0 | 4B | 6 | 3D | 55 | 3B |
| Octal | 353 | 357 | 74 | 2 | 0 | 113 | 6 | 75 | 125 | 73 |
| Binary | 11101011 | 11101111 | 111100 | 10 | 0 | 1001011 | 110 | 111101 | 1010101 | 111011 |
Color Harmonies of #EBEF3C
Complementary color
Monochromatic Colors of #EBEF3C
Black with #EBEF3C
Text Example
Text Example
White with #EBEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEF3C; }
p { color: rgb(235,239,60); }
H1.HeaderClassName
{
color: #EBEF3C;
}
.AnyTagClassName
{
color: #EBEF3C;
}
</style>
background-color css
<style>
a { background-color: #EBEF3C; }
a { background-color: rgb(235,239,60); }
div.DivClassName
{
background-color: #EBEF3C;
}
.BgClassName
{
background-color: #EBEF3C;
}
</style>
border-color css
<style>
span { border-color: #EBEF3C; }
span { border-color: rgb(235,239,60); }
td.TdClassName
{
border-color: #EBEF3C;
}
.TagClassName
{
border-color: #EBEF3C;
}
</style>