Html Css Color HEX #ECB31D Gold Tips

📋 copy color: '#ECB31D'

red 236 ◦ green 179 ◦ blue 29

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

Shades of Gold Tips #ECB31D

Tints of Gold Tips #ECB31D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.32%

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

R = 53.15%
G = 40.32%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ECB31D (or 0xECB31D) is known color: Gold Tips. HEX triplet: EC, B3 and 1D. RGB value is (236,179,29). Sum of RGB (Red+Green+Blue) = 236+179+29=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB31D is #134CE2. Grayscale: #B3B3B3. Windows color (decimal): -1264867 or 1946604. OLE color: 1946604.

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

Color convert

RGB 236 179 29 -
CMYK 0 0.24 0.88 0.07
HSL 43.48º 0.84% 0.52% -
HSV(B) 43.48º 0.88% 0.93% -
XYZ 50.93 50.16 8.16 -
YUV 178.94 43.38 168.7 -
System Red Green Blue C M Y K H S L
Decimal 236 179 29 0 0.24 0.88 0.07 43.48 0.84 0.52
Hex EC B3 1D 0 18 58 7 2B 54 34
Octal 354 263 35 0 30 130 7 53 124 64
Binary 11101100 10110011 11101 0 11000 1011000 111 101011 1010100 110100

Color Harmonies of #ECB31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB31D

Black with #ECB31D

Text Example


Text Example

White with #ECB31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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