Html Css Color HEX #ECB11D Gold Tips

📋 copy color: '#ECB11D'

red 236 ◦ green 177 ◦ blue 29

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

Shades of Gold Tips #ECB11D

Tints of Gold Tips #ECB11D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.05%

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

R = 53.39%
G = 40.05%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#ECB11D (or 0xECB11D) is known color: Gold Tips. HEX triplet: EC, B1 and 1D. RGB value is (236,177,29). Sum of RGB (Red+Green+Blue) = 236+177+29=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB11D is #134EE2. Grayscale: #B2B2B2. Windows color (decimal): -1265379 or 1946092. OLE color: 1946092.

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

Color convert

RGB 236 177 29 -
CMYK 0 0.25 0.88 0.07
HSL 42.9º 0.84% 0.52% -
HSV(B) 42.9º 0.88% 0.93% -
XYZ 50.54 49.37 8.03 -
YUV 177.77 44.05 169.53 -
System Red Green Blue C M Y K H S L
Decimal 236 177 29 0 0.25 0.88 0.07 42.9 0.84 0.52
Hex EC B1 1D 0 19 58 7 2B 54 34
Octal 354 261 35 0 31 130 7 53 124 64
Binary 11101100 10110001 11101 0 11001 1011000 111 101011 1010100 110100

Color Harmonies of #ECB11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB11D

Black with #ECB11D

Text Example


Text Example

White with #ECB11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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