Html Css Color HEX #ECAD2E Gold Tips

📋 copy color: '#ECAD2E'

red 236 ◦ green 173 ◦ blue 46

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

Shades of Gold Tips #ECAD2E

Tints of Gold Tips #ECAD2E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.02%

 BLUE value IS 46 (18.36% from 255) = 10.11%

R = 51.87%
G = 38.02%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECAD2E (or 0xECAD2E) is known color: Gold Tips. HEX triplet: EC, AD and 2E. RGB value is (236,173,46). Sum of RGB (Red+Green+Blue) = 236+173+46=455 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.87% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECAD2E is #1352D1. Grayscale: #B1B1B1. Windows color (decimal): -1266386 or 3059180. OLE color: 3059180.

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

Color convert

RGB 236 173 46 -
CMYK 0 0.27 0.81 0.07
HSL 40.11º 0.83% 0.55% -
HSV(B) 40.11º 0.81% 0.93% -
XYZ 50.03 47.92 9.2 -
YUV 177.36 53.87 169.83 -
System Red Green Blue C M Y K H S L
Decimal 236 173 46 0 0.27 0.81 0.07 40.11 0.83 0.55
Hex EC AD 2E 0 1B 51 7 28 53 37
Octal 354 255 56 0 33 121 7 50 123 67
Binary 11101100 10101101 101110 0 11011 1010001 111 101000 1010011 110111

Color Harmonies of #ECAD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAD2E

Black with #ECAD2E

Text Example


Text Example

White with #ECAD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAD2E; }

 p { color: rgb(236,173,46); }

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

background-color css

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

 a { background-color: rgb(236,173,46); }

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

border-color css

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

 span { border-color: rgb(236,173,46); }

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