Html Css Color HEX #ECB41D Gold Tips

📋 copy color: '#ECB41D'

red 236 ◦ green 180 ◦ blue 29

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

Shades of Gold Tips #ECB41D

Tints of Gold Tips #ECB41D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.45%

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

R = 53.03%
G = 40.45%
B = 6.52%

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

#ECB41D (or 0xECB41D) is known color: Gold Tips. HEX triplet: EC, B4 and 1D. RGB value is (236,180,29). Sum of RGB (Red+Green+Blue) = 236+180+29=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB41D is #134BE2. Grayscale: #B4B4B4. Windows color (decimal): -1264611 or 1946860. OLE color: 1946860.

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

Color convert

RGB 236 180 29 -
CMYK 0 0.24 0.88 0.07
HSL 43.77º 0.84% 0.52% -
HSV(B) 43.77º 0.88% 0.93% -
XYZ 51.14 50.56 8.23 -
YUV 179.53 43.05 168.28 -
System Red Green Blue C M Y K H S L
Decimal 236 180 29 0 0.24 0.88 0.07 43.77 0.84 0.52
Hex EC B4 1D 0 18 58 7 2C 54 34
Octal 354 264 35 0 30 130 7 54 124 64
Binary 11101100 10110100 11101 0 11000 1011000 111 101100 1010100 110100

Color Harmonies of #ECB41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB41D

Black with #ECB41D

Text Example


Text Example

White with #ECB41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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