Shades of Starship #EDEB40
Tints of Starship #EDEB40
RGB
CMYK
RGB Variations
Color information
#EDEB40 (or 0xEDEB40) is known color: Starship. HEX triplet: ED, EB and 40. RGB value is (237,235,64). Sum of RGB (Red+Green+Blue) = 237+235+64=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 64 (25.39% from 255 or 11.94% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEB40 is #1214BF. Grayscale: #D8D8D8. Windows color (decimal): -1184960 or 4254701. OLE color: 4254701.
HSL color Cylindrical-coordinate representation of color #EDEB40: hue angle of 59.31º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDEB40 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 64 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.07 |
| HSL | 59.31º | 0.83% | 0.59% | - |
| HSV(B) | 59.31º | 0.73% | 0.93% | - |
| XYZ | 65.56 | 77.79 | 16.41 | - |
| YUV | 216.1 | 42.16 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 64 | 0 | 0.01 | 0.73 | 0.07 | 59.31 | 0.83 | 0.59 |
| Hex | ED | EB | 40 | 0 | 1 | 49 | 7 | 3B | 53 | 3B |
| Octal | 355 | 353 | 100 | 0 | 1 | 111 | 7 | 73 | 123 | 73 |
| Binary | 11101101 | 11101011 | 1000000 | 0 | 1 | 1001001 | 111 | 111011 | 1010011 | 111011 |
Color Harmonies of #EDEB40
Complementary color
Monochromatic Colors of #EDEB40
Black with #EDEB40
Text Example
Text Example
White with #EDEB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEB40; }
p { color: rgb(237,235,64); }
H1.HeaderClassName
{
color: #EDEB40;
}
.AnyTagClassName
{
color: #EDEB40;
}
</style>
background-color css
<style>
a { background-color: #EDEB40; }
a { background-color: rgb(237,235,64); }
div.DivClassName
{
background-color: #EDEB40;
}
.BgClassName
{
background-color: #EDEB40;
}
</style>
border-color css
<style>
span { border-color: #EDEB40; }
span { border-color: rgb(237,235,64); }
td.TdClassName
{
border-color: #EDEB40;
}
.TagClassName
{
border-color: #EDEB40;
}
</style>