Html Css Color HEX #ECAD1D Gold Tips

📋 copy color: '#ECAD1D'

red 236 ◦ green 173 ◦ blue 29

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

Shades of Gold Tips #ECAD1D

Tints of Gold Tips #ECAD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.62%

R = 53.88%
G = 39.5%
B = 6.62%

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

#ECAD1D (or 0xECAD1D) is known color: Gold Tips. HEX triplet: EC, AD and 1D. RGB value is (236,173,29). Sum of RGB (Red+Green+Blue) = 236+173+29=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAD1D is #1352E2. Grayscale: #B0B0B0. Windows color (decimal): -1266403 or 1945068. OLE color: 1945068.

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

Color convert

RGB 236 173 29 -
CMYK 0 0.27 0.88 0.07
HSL 41.74º 0.84% 0.52% -
HSV(B) 41.74º 0.88% 0.93% -
XYZ 49.76 47.81 7.77 -
YUV 175.42 45.37 171.21 -
System Red Green Blue C M Y K H S L
Decimal 236 173 29 0 0.27 0.88 0.07 41.74 0.84 0.52
Hex EC AD 1D 0 1B 58 7 2A 54 34
Octal 354 255 35 0 33 130 7 52 124 64
Binary 11101100 10101101 11101 0 11011 1011000 111 101010 1010100 110100

Color Harmonies of #ECAD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD1D

Black with #ECAD1D

Text Example


Text Example

White with #ECAD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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