Shades of Gold Tips #EFB41C
Tints of Gold Tips #EFB41C
RGB
CMYK
RGB Variations
Color information
#EFB41C (or 0xEFB41C) is known color: Gold Tips. HEX triplet: EF, B4 and 1C. RGB value is (239,180,28). Sum of RGB (Red+Green+Blue) = 239+180+28=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB41C is #104BE3. Grayscale: #B4B4B4. Windows color (decimal): -1068004 or 1881327. OLE color: 1881327.
HSL color Cylindrical-coordinate representation of color #EFB41C: hue angle of 43.22º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFB41C is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 28 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.06 |
| HSL | 43.22º | 0.87% | 0.52% | - |
| HSV(B) | 43.22º | 0.88% | 0.94% | - |
| XYZ | 52.13 | 51.08 | 8.21 | - |
| YUV | 180.31 | 42.05 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 28 | 0 | 0.25 | 0.88 | 0.06 | 43.22 | 0.87 | 0.52 |
| Hex | EF | B4 | 1C | 0 | 19 | 58 | 6 | 2B | 57 | 34 |
| Octal | 357 | 264 | 34 | 0 | 31 | 130 | 6 | 53 | 127 | 64 |
| Binary | 11101111 | 10110100 | 11100 | 0 | 11001 | 1011000 | 110 | 101011 | 1010111 | 110100 |
Color Harmonies of #EFB41C
Complementary color
Monochromatic Colors of #EFB41C
Black with #EFB41C
Text Example
Text Example
White with #EFB41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB41C; }
p { color: rgb(239,180,28); }
H1.HeaderClassName
{
color: #EFB41C;
}
.AnyTagClassName
{
color: #EFB41C;
}
</style>
background-color css
<style>
a { background-color: #EFB41C; }
a { background-color: rgb(239,180,28); }
div.DivClassName
{
background-color: #EFB41C;
}
.BgClassName
{
background-color: #EFB41C;
}
</style>
border-color css
<style>
span { border-color: #EFB41C; }
span { border-color: rgb(239,180,28); }
td.TdClassName
{
border-color: #EFB41C;
}
.TagClassName
{
border-color: #EFB41C;
}
</style>