Html Css Color HEX #ECB12D Gold Tips

📋 copy color: '#ECB12D'

red 236 ◦ green 177 ◦ blue 45

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

Shades of Gold Tips #ECB12D

Tints of Gold Tips #ECB12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.83%

R = 51.53%
G = 38.65%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECB12D (or 0xECB12D) is known color: Gold Tips. HEX triplet: EC, B1 and 2D. RGB value is (236,177,45). Sum of RGB (Red+Green+Blue) = 236+177+45=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB12D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECB12D is #134ED2. Grayscale: #B4B4B4. Windows color (decimal): -1265363 or 2994668. OLE color: 2994668.

HSL color Cylindrical-coordinate representation of color #ECB12D: hue angle of 41.47º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECB12D is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 177 45 -
CMYK 0 0.25 0.81 0.07
HSL 41.47º 0.83% 0.55% -
HSV(B) 41.47º 0.81% 0.93% -
XYZ 50.79 49.47 9.35 -
YUV 179.59 52.05 168.23 -
System Red Green Blue C M Y K H S L
Decimal 236 177 45 0 0.25 0.81 0.07 41.47 0.83 0.55
Hex EC B1 2D 0 19 51 7 29 53 37
Octal 354 261 55 0 31 121 7 51 123 67
Binary 11101100 10110001 101101 0 11001 1010001 111 101001 1010011 110111

Color Harmonies of #ECB12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB12D

Black with #ECB12D

Text Example


Text Example

White with #ECB12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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