Html Css Color HEX #ECAB1E Gold Tips

📋 copy color: '#ECAB1E'

red 236 ◦ green 171 ◦ blue 30

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

Shades of Gold Tips #ECAB1E

Tints of Gold Tips #ECAB1E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.13%

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

R = 54%
G = 39.13%
B = 6.86%

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

#ECAB1E (or 0xECAB1E) is known color: Gold Tips. HEX triplet: EC, AB and 1E. RGB value is (236,171,30). Sum of RGB (Red+Green+Blue) = 236+171+30=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB1E is #1354E1. Grayscale: #AEAEAE. Windows color (decimal): -1266914 or 2010092. OLE color: 2010092.

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

Color convert

RGB 236 171 30 -
CMYK 0 0.28 0.87 0.07
HSL 41.07º 0.84% 0.52% -
HSV(B) 41.07º 0.87% 0.93% -
XYZ 49.39 47.05 7.71 -
YUV 174.36 46.53 171.96 -
System Red Green Blue C M Y K H S L
Decimal 236 171 30 0 0.28 0.87 0.07 41.07 0.84 0.52
Hex EC AB 1E 0 1C 57 7 29 54 34
Octal 354 253 36 0 34 127 7 51 124 64
Binary 11101100 10101011 11110 0 11100 1010111 111 101001 1010100 110100

Color Harmonies of #ECAB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB1E

Black with #ECAB1E

Text Example


Text Example

White with #ECAB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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