Shades of Starship #EDEF3D
Tints of Starship #EDEF3D
RGB
CMYK
RGB Variations
Color information
#EDEF3D (or 0xEDEF3D) is known color: Starship. HEX triplet: ED, EF and 3D. RGB value is (237,239,61). Sum of RGB (Red+Green+Blue) = 237+239+61=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 61 (24.22% from 255 or 11.36% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF3D is #1210C2. Grayscale: #DADADA. Windows color (decimal): -1183939 or 4059117. OLE color: 4059117.
HSL color Cylindrical-coordinate representation of color #EDEF3D: hue angle of 60.67º 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 #EDEF3D is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 61 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.06 |
| HSL | 60.67º | 0.85% | 0.59% | - |
| HSV(B) | 60.67º | 0.74% | 0.94% | - |
| XYZ | 66.63 | 80.07 | 16.36 | - |
| YUV | 218.11 | 39.34 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 61 | 0.01 | 0 | 0.74 | 0.06 | 60.67 | 0.85 | 0.59 |
| Hex | ED | EF | 3D | 1 | 0 | 4A | 6 | 3D | 55 | 3B |
| Octal | 355 | 357 | 75 | 1 | 0 | 112 | 6 | 75 | 125 | 73 |
| Binary | 11101101 | 11101111 | 111101 | 1 | 0 | 1001010 | 110 | 111101 | 1010101 | 111011 |
Color Harmonies of #EDEF3D
Complementary color
Monochromatic Colors of #EDEF3D
Black with #EDEF3D
Text Example
Text Example
White with #EDEF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF3D; }
p { color: rgb(237,239,61); }
H1.HeaderClassName
{
color: #EDEF3D;
}
.AnyTagClassName
{
color: #EDEF3D;
}
</style>
background-color css
<style>
a { background-color: #EDEF3D; }
a { background-color: rgb(237,239,61); }
div.DivClassName
{
background-color: #EDEF3D;
}
.BgClassName
{
background-color: #EDEF3D;
}
</style>
border-color css
<style>
span { border-color: #EDEF3D; }
span { border-color: rgb(237,239,61); }
td.TdClassName
{
border-color: #EDEF3D;
}
.TagClassName
{
border-color: #EDEF3D;
}
</style>