Html Css Color HEX #ECAA1F Gold Tips

📋 copy color: '#ECAA1F'

red 236 ◦ green 170 ◦ blue 31

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

Shades of Gold Tips #ECAA1F

Tints of Gold Tips #ECAA1F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.9%

 BLUE value IS 31 (12.5% from 255) = 7.09%

R = 54%
G = 38.9%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECAA1F (or 0xECAA1F) is known color: Gold Tips. HEX triplet: EC, AA and 1F. RGB value is (236,170,31). Sum of RGB (Red+Green+Blue) = 236+170+31=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 31 (12.5% from 255 or 7.09% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAA1F is #1355E0. Grayscale: #AEAEAE. Windows color (decimal): -1267169 or 2075372. OLE color: 2075372.

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

Color convert

RGB 236 170 31 -
CMYK 0 0.28 0.87 0.07
HSL 40.68º 0.84% 0.52% -
HSV(B) 40.68º 0.87% 0.93% -
XYZ 49.21 46.68 7.71 -
YUV 173.89 47.37 172.3 -
System Red Green Blue C M Y K H S L
Decimal 236 170 31 0 0.28 0.87 0.07 40.68 0.84 0.52
Hex EC AA 1F 0 1C 57 7 29 54 34
Octal 354 252 37 0 34 127 7 51 124 64
Binary 11101100 10101010 11111 0 11100 1010111 111 101001 1010100 110100

Color Harmonies of #ECAA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAA1F

Black with #ECAA1F

Text Example


Text Example

White with #ECAA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAA1F; }

 p { color: rgb(236,170,31); }

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

background-color css

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

 a { background-color: rgb(236,170,31); }

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

border-color css

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

 span { border-color: rgb(236,170,31); }

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