#ECA81D

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

Shades of Gold Tips #ECA81D

Tints of Gold Tips #ECA81D

Color information

#ECA81D (or 0xECA81D) is unknown color: approx Gold Tips. HEX triplet: EC, A8 and 1D. RGB value is (236,168,29). Sum of RGB (Red+Green+Blue) = 236+168+29=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA81D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA81D is #1357E2. Grayscale: #ADADAD. Windows color (decimal): -1267683 or 1943788. OLE color: 1943788.

HSL color Cylindrical-coordinate representation of color #ECA81D: hue angle of 40.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECA81D is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB23616829-
CMYK00.290.880.07
HSL40.29º84.49%51.96%-
HSV(B)40.29º87.71%92.55%-
XYZ48.8245.937.45-
YUV172.4947.03173.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.50%
GREEN value IS 168 (66.02% from 255) = 38.80%
BLUE value IS 29 (11.72% from 255) = 6.70%
R=54.50%
G=38.80%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361682900.290.880.0740.2984.4951.96
HexECA81D01D587285434
Octal3542503503513075012464
Binary11101100101010001110101110110110001111010001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA81D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA81D; }

 p { color: rgb(236,168,29); }

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

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

 a { background-color: rgb(236,168,29); }

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

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

 span { border-color: rgb(236,168,29); }

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