Shades of Starship #EDEF3E
Tints of Starship #EDEF3E
RGB
CMYK
RGB Variations
Color information
#EDEF3E (or 0xEDEF3E) is known color: Starship. HEX triplet: ED, EF and 3E. RGB value is (237,239,62). Sum of RGB (Red+Green+Blue) = 237+239+62=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 62 (24.61% from 255 or 11.52% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF3E is #1210C1. Grayscale: #DADADA. Windows color (decimal): -1183938 or 4124653. OLE color: 4124653.
HSL color Cylindrical-coordinate representation of color #EDEF3E: hue angle of 60.68º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDEF3E is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 62 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.06 |
| HSL | 60.68º | 0.85% | 0.59% | - |
| HSV(B) | 60.68º | 0.74% | 0.94% | - |
| XYZ | 66.66 | 80.09 | 16.5 | - |
| YUV | 218.22 | 39.84 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 62 | 0.01 | 0 | 0.74 | 0.06 | 60.68 | 0.85 | 0.59 |
| Hex | ED | EF | 3E | 1 | 0 | 4A | 6 | 3D | 55 | 3B |
| Octal | 355 | 357 | 76 | 1 | 0 | 112 | 6 | 75 | 125 | 73 |
| Binary | 11101101 | 11101111 | 111110 | 1 | 0 | 1001010 | 110 | 111101 | 1010101 | 111011 |
Color Harmonies of #EDEF3E
Complementary color
Monochromatic Colors of #EDEF3E
Black with #EDEF3E
Text Example
Text Example
White with #EDEF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF3E; }
p { color: rgb(237,239,62); }
H1.HeaderClassName
{
color: #EDEF3E;
}
.AnyTagClassName
{
color: #EDEF3E;
}
</style>
background-color css
<style>
a { background-color: #EDEF3E; }
a { background-color: rgb(237,239,62); }
div.DivClassName
{
background-color: #EDEF3E;
}
.BgClassName
{
background-color: #EDEF3E;
}
</style>
border-color css
<style>
span { border-color: #EDEF3E; }
span { border-color: rgb(237,239,62); }
td.TdClassName
{
border-color: #EDEF3E;
}
.TagClassName
{
border-color: #EDEF3E;
}
</style>