Html Css Color HEX #ECA622 Gold Tips

📋 copy color: '#ECA622'

red 236 ◦ green 166 ◦ blue 34

#ECA622
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold Tips #ECA622

Tints of Gold Tips #ECA622

RGB

 RED value IS 236 (92.58% from 255) = 54.13%

 GREEN value IS 166 (65.23% from 255) = 38.07%

 BLUE value IS 34 (13.67% from 255) = 7.8%

R = 54.13%
G = 38.07%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ECA622 (or 0xECA622) is known color: Gold Tips. HEX triplet: EC, A6 and 22. RGB value is (236,166,34). Sum of RGB (Red+Green+Blue) = 236+166+34=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA622 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA622 is #1359DD. Grayscale: #ACACAC. Windows color (decimal): -1268190 or 2270956. OLE color: 2270956.

HSL color Cylindrical-coordinate representation of color #ECA622: hue angle of 39.21º 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 #ECA622 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 166 34 -
CMYK 0 0.30 0.86 0.07
HSL 39.21º 0.84% 0.53% -
HSV(B) 39.21º 0.86% 0.93% -
XYZ 48.52 45.22 7.68 -
YUV 171.88 50.19 173.73 -
System Red Green Blue C M Y K H S L
Decimal 236 166 34 0 0.30 0.86 0.07 39.21 0.84 0.53
Hex EC A6 22 0 1E 56 7 27 54 35
Octal 354 246 42 0 36 126 7 47 124 65
Binary 11101100 10100110 100010 0 11110 1010110 111 100111 1010100 110101

Color Harmonies of #ECA622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA622

Black with #ECA622

Text Example


Text Example

White with #ECA622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA622; }

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

 H1.HeaderClassName
 {
   color: #ECA622;
 }
 .AnyTagClassName
 {
   color: #ECA622;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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