Shades of Starship #ECEF42
Tints of Starship #ECEF42
RGB
CMYK
RGB Variations
Color information
#ECEF42 (or 0xECEF42) is known color: Starship. HEX triplet: EC, EF and 42. RGB value is (236,239,66). Sum of RGB (Red+Green+Blue) = 236+239+66=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 66 (26.17% from 255 or 12.20% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEF42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEF42 is #1310BD. Grayscale: #DBDBDB. Windows color (decimal): -1249470 or 4386796. OLE color: 4386796.
HSL color Cylindrical-coordinate representation of color #ECEF42: hue angle of 61.04º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECEF42 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 239 | 66 | - |
| CMYK | 0.01 | 0 | 0.72 | 0.06 |
| HSL | 61.04º | 0.84% | 0.6% | - |
| HSV(B) | 61.04º | 0.72% | 0.94% | - |
| XYZ | 66.44 | 79.96 | 17.09 | - |
| YUV | 218.38 | 42.01 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 239 | 66 | 0.01 | 0 | 0.72 | 0.06 | 61.04 | 0.84 | 0.6 |
| Hex | EC | EF | 42 | 1 | 0 | 48 | 6 | 3D | 54 | 3C |
| Octal | 354 | 357 | 102 | 1 | 0 | 110 | 6 | 75 | 124 | 74 |
| Binary | 11101100 | 11101111 | 1000010 | 1 | 0 | 1001000 | 110 | 111101 | 1010100 | 111100 |
Color Harmonies of #ECEF42
Complementary color
Monochromatic Colors of #ECEF42
Black with #ECEF42
Text Example
Text Example
White with #ECEF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEF42; }
p { color: rgb(236,239,66); }
H1.HeaderClassName
{
color: #ECEF42;
}
.AnyTagClassName
{
color: #ECEF42;
}
</style>
background-color css
<style>
a { background-color: #ECEF42; }
a { background-color: rgb(236,239,66); }
div.DivClassName
{
background-color: #ECEF42;
}
.BgClassName
{
background-color: #ECEF42;
}
</style>
border-color css
<style>
span { border-color: #ECEF42; }
span { border-color: rgb(236,239,66); }
td.TdClassName
{
border-color: #ECEF42;
}
.TagClassName
{
border-color: #ECEF42;
}
</style>