#ECAF19

Color #ECAF19 Gold Tips (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Tips #ECAF19

Tints of Gold Tips #ECAF19

Color information

#ECAF19 (or 0xECAF19) is unknown color: approx Gold Tips. HEX triplet: EC, AF and 19. RGB value is (236,175,25). Sum of RGB (Red+Green+Blue) = 236+175+25=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAF19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAF19 is #1350E6. Grayscale: #B0B0B0. Windows color (decimal): -1265895 or 1683436. OLE color: 1683436.

HSL color Cylindrical-coordinate representation of color #ECAF19: hue angle of 42.65º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECAF19 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB23617525-
CMYK00.260.890.07
HSL42.65º84.74%51.18%-
HSV(B)42.65º89.41%92.55%-
XYZ50.148.567.65-
YUV176.1442.71170.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 54.13%
GREEN value IS 175 (68.75% from 255) = 40.14%
BLUE value IS 25 (10.16% from 255) = 5.73%
R=54.13%
G=40.14%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361752500.260.890.0742.6584.7451.18
HexECAF1901A5972b5533
Octal3542573103213175312563
Binary11101100101011111100101101010110011111010111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAF19; }

 p { color: rgb(236,175,25); }

 H1.HeaderClassName
 {
   color: #ECAF19;
 }
 .AnyTagClassName
 {
   color: #ECAF19;
 }
</style>
background-color css

<style>
 a { background-color: #ECAF19; }

 a { background-color: rgb(236,175,25); }

 div.DivClassName
 {
   background-color: #ECAF19;
 }
 .BgClassName
 {
   background-color: #ECAF19;
 }
</style>
border-color css

<style>
 span { border-color: #ECAF19; }

 span { border-color: rgb(236,175,25); }

 td.TdClassName
 {
   border-color: #ECAF19;
 }
 .TagClassName
 {
   border-color: #ECAF19;
 }
</style>