Shades of Starship #EDEB3E
Tints of Starship #EDEB3E
RGB
CMYK
RGB Variations
Color information
#EDEB3E (or 0xEDEB3E) is known color: Starship. HEX triplet: ED, EB and 3E. RGB value is (237,235,62). Sum of RGB (Red+Green+Blue) = 237+235+62=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 62 (24.61% from 255 or 11.61% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEB3E is #1214C1. Grayscale: #D8D8D8. Windows color (decimal): -1184962 or 4123629. OLE color: 4123629.
HSL color Cylindrical-coordinate representation of color #EDEB3E: 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.74%. Process color model (Four color, CMYK) of #EDEB3E is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 235 | 62 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.07 |
| HSL | 59.31º | 0.83% | 0.59% | - |
| HSV(B) | 59.31º | 0.74% | 0.93% | - |
| XYZ | 65.5 | 77.77 | 16.12 | - |
| YUV | 215.88 | 41.16 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 235 | 62 | 0 | 0.01 | 0.74 | 0.07 | 59.31 | 0.83 | 0.59 |
| Hex | ED | EB | 3E | 0 | 1 | 4A | 7 | 3B | 53 | 3B |
| Octal | 355 | 353 | 76 | 0 | 1 | 112 | 7 | 73 | 123 | 73 |
| Binary | 11101101 | 11101011 | 111110 | 0 | 1 | 1001010 | 111 | 111011 | 1010011 | 111011 |
Color Harmonies of #EDEB3E
Complementary color
Monochromatic Colors of #EDEB3E
Black with #EDEB3E
Text Example
Text Example
White with #EDEB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEB3E; }
p { color: rgb(237,235,62); }
H1.HeaderClassName
{
color: #EDEB3E;
}
.AnyTagClassName
{
color: #EDEB3E;
}
</style>
background-color css
<style>
a { background-color: #EDEB3E; }
a { background-color: rgb(237,235,62); }
div.DivClassName
{
background-color: #EDEB3E;
}
.BgClassName
{
background-color: #EDEB3E;
}
</style>
border-color css
<style>
span { border-color: #EDEB3E; }
span { border-color: rgb(237,235,62); }
td.TdClassName
{
border-color: #EDEB3E;
}
.TagClassName
{
border-color: #EDEB3E;
}
</style>