#ECA822

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

Shades of Gold Tips #ECA822

Tints of Gold Tips #ECA822

Color information

#ECA822 (or 0xECA822) is unknown color: approx Gold Tips. HEX triplet: EC, A8 and 22. RGB value is (236,168,34). Sum of RGB (Red+Green+Blue) = 236+168+34=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 34 (13.67% from 255 or 7.76% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA822 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA822 is #1357DD. Grayscale: #ADADAD. Windows color (decimal): -1267678 or 2271468. OLE color: 2271468.

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

Color convert

RGB23616834-
CMYK00.290.860.07
HSL39.8º84.17%52.94%-
HSV(B)39.8º85.59%92.55%-
XYZ48.8845.957.81-
YUV173.0649.53172.9-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.88%
GREEN value IS 168 (66.02% from 255) = 38.36%
BLUE value IS 34 (13.67% from 255) = 7.76%
R=53.88%
G=38.36%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361683400.290.860.0739.884.1752.94
HexECA82201D567285435
Octal3542504203512675012465
Binary111011001010100010001001110110101101111010001010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA822; }

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

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

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

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

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

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

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

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