Html Css Color HEX #ECAD1C Gold Tips

📋 copy color: '#ECAD1C'

red 236 ◦ green 173 ◦ blue 28

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

Shades of Gold Tips #ECAD1C

Tints of Gold Tips #ECAD1C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.59%

 BLUE value IS 28 (11.33% from 255) = 6.41%

R = 54%
G = 39.59%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ECAD1C (or 0xECAD1C) is known color: Gold Tips. HEX triplet: EC, AD and 1C. RGB value is (236,173,28). Sum of RGB (Red+Green+Blue) = 236+173+28=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAD1C is #1352E3. Grayscale: #AFAFAF. Windows color (decimal): -1266404 or 1879532. OLE color: 1879532.

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

Color convert

RGB 236 173 28 -
CMYK 0 0.27 0.88 0.07
HSL 41.83º 0.85% 0.52% -
HSV(B) 41.83º 0.88% 0.93% -
XYZ 49.75 47.8 7.7 -
YUV 175.31 44.87 171.29 -
System Red Green Blue C M Y K H S L
Decimal 236 173 28 0 0.27 0.88 0.07 41.83 0.85 0.52
Hex EC AD 1C 0 1B 58 7 2A 55 34
Octal 354 255 34 0 33 130 7 52 125 64
Binary 11101100 10101101 11100 0 11011 1011000 111 101010 1010101 110100

Color Harmonies of #ECAD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD1C

Black with #ECAD1C

Text Example


Text Example

White with #ECAD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD1C; }

 p { color: rgb(236,173,28); }

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

background-color css

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

 a { background-color: rgb(236,173,28); }

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

border-color css

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

 span { border-color: rgb(236,173,28); }

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