Shades of Starship #EBE044
Tints of Starship #EBE044
RGB
CMYK
RGB Variations
Color information
#EBE044 (or 0xEBE044) is known color: Starship. HEX triplet: EB, E0 and 44. RGB value is (235,224,68). Sum of RGB (Red+Green+Blue) = 235+224+68=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 68 (26.95% from 255 or 12.90% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE044 is #141FBB. Grayscale: #D2D2D2. Windows color (decimal): -1318844 or 4514027. OLE color: 4514027.
HSL color Cylindrical-coordinate representation of color #EBE044: hue angle of 56.05º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EBE044 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 68 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.08 |
| HSL | 56.05º | 0.81% | 0.59% | - |
| HSV(B) | 56.05º | 0.71% | 0.92% | - |
| XYZ | 61.96 | 71.39 | 15.98 | - |
| YUV | 209.51 | 48.14 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 68 | 0 | 0.05 | 0.71 | 0.08 | 56.05 | 0.81 | 0.59 |
| Hex | EB | E0 | 44 | 0 | 5 | 47 | 8 | 38 | 51 | 3B |
| Octal | 353 | 340 | 104 | 0 | 5 | 107 | 10 | 70 | 121 | 73 |
| Binary | 11101011 | 11100000 | 1000100 | 0 | 101 | 1000111 | 1000 | 111000 | 1010001 | 111011 |
Color Harmonies of #EBE044
Complementary color
Monochromatic Colors of #EBE044
Black with #EBE044
Text Example
Text Example
White with #EBE044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE044; }
p { color: rgb(235,224,68); }
H1.HeaderClassName
{
color: #EBE044;
}
.AnyTagClassName
{
color: #EBE044;
}
</style>
background-color css
<style>
a { background-color: #EBE044; }
a { background-color: rgb(235,224,68); }
div.DivClassName
{
background-color: #EBE044;
}
.BgClassName
{
background-color: #EBE044;
}
</style>
border-color css
<style>
span { border-color: #EBE044; }
span { border-color: rgb(235,224,68); }
td.TdClassName
{
border-color: #EBE044;
}
.TagClassName
{
border-color: #EBE044;
}
</style>