Html Css Color HEX #ECAC1E Gold Tips

📋 copy color: '#ECAC1E'

red 236 ◦ green 172 ◦ blue 30

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

Shades of Gold Tips #ECAC1E

Tints of Gold Tips #ECAC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.85%

R = 53.88%
G = 39.27%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECAC1E (or 0xECAC1E) is known color: Gold Tips. HEX triplet: EC, AC and 1E. RGB value is (236,172,30). Sum of RGB (Red+Green+Blue) = 236+172+30=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAC1E is #1353E1. Grayscale: #AFAFAF. Windows color (decimal): -1266658 or 2010348. OLE color: 2010348.

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

Color convert

RGB 236 172 30 -
CMYK 0 0.27 0.87 0.07
HSL 41.36º 0.84% 0.52% -
HSV(B) 41.36º 0.87% 0.93% -
XYZ 49.58 47.43 7.77 -
YUV 174.95 46.2 171.55 -
System Red Green Blue C M Y K H S L
Decimal 236 172 30 0 0.27 0.87 0.07 41.36 0.84 0.52
Hex EC AC 1E 0 1B 57 7 29 54 34
Octal 354 254 36 0 33 127 7 51 124 64
Binary 11101100 10101100 11110 0 11011 1010111 111 101001 1010100 110100

Color Harmonies of #ECAC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAC1E

Black with #ECAC1E

Text Example


Text Example

White with #ECAC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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