Html Css Color HEX #ECAC2E Gold Tips

📋 copy color: '#ECAC2E'

red 236 ◦ green 172 ◦ blue 46

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

Shades of Gold Tips #ECAC2E

Tints of Gold Tips #ECAC2E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.89%

 BLUE value IS 46 (18.36% from 255) = 10.13%

R = 51.98%
G = 37.89%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECAC2E (or 0xECAC2E) is known color: Gold Tips. HEX triplet: EC, AC and 2E. RGB value is (236,172,46). Sum of RGB (Red+Green+Blue) = 236+172+46=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 46 (18.36% from 255 or 10.13% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC2E is #1353D1. Grayscale: #B1B1B1. Windows color (decimal): -1266642 or 3058924. OLE color: 3058924.

HSL color Cylindrical-coordinate representation of color #ECAC2E: hue angle of 39.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECAC2E is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 172 46 -
CMYK 0 0.27 0.81 0.07
HSL 39.79º 0.83% 0.55% -
HSV(B) 39.79º 0.81% 0.93% -
XYZ 49.84 47.54 9.13 -
YUV 176.77 54.2 170.25 -
System Red Green Blue C M Y K H S L
Decimal 236 172 46 0 0.27 0.81 0.07 39.79 0.83 0.55
Hex EC AC 2E 0 1B 51 7 28 53 37
Octal 354 254 56 0 33 121 7 50 123 67
Binary 11101100 10101100 101110 0 11011 1010001 111 101000 1010011 110111

Color Harmonies of #ECAC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC2E

Black with #ECAC2E

Text Example


Text Example

White with #ECAC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC2E; }

 p { color: rgb(236,172,46); }

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

background-color css

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

 a { background-color: rgb(236,172,46); }

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

border-color css

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

 span { border-color: rgb(236,172,46); }

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