Html Css Color HEX #ECAB2D Gold Tips

📋 copy color: '#ECAB2D'

red 236 ◦ green 171 ◦ blue 45

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

Shades of Gold Tips #ECAB2D

Tints of Gold Tips #ECAB2D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.83%

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

R = 52.21%
G = 37.83%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECAB2D (or 0xECAB2D) is known color: Gold Tips. HEX triplet: EC, AB and 2D. RGB value is (236,171,45). Sum of RGB (Red+Green+Blue) = 236+171+45=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAB2D is #1354D2. Grayscale: #B0B0B0. Windows color (decimal): -1266899 or 2993132. OLE color: 2993132.

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

Color convert

RGB 236 171 45 -
CMYK 0 0.28 0.81 0.07
HSL 39.58º 0.83% 0.55% -
HSV(B) 39.58º 0.81% 0.93% -
XYZ 49.63 47.15 8.97 -
YUV 176.07 54.03 170.75 -
System Red Green Blue C M Y K H S L
Decimal 236 171 45 0 0.28 0.81 0.07 39.58 0.83 0.55
Hex EC AB 2D 0 1C 51 7 28 53 37
Octal 354 253 55 0 34 121 7 50 123 67
Binary 11101100 10101011 101101 0 11100 1010001 111 101000 1010011 110111

Color Harmonies of #ECAB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB2D

Black with #ECAB2D

Text Example


Text Example

White with #ECAB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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